Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Very small formatting nit.



details:   https://anonhg.NetBSD.org/src/rev/e97bfbc00967
branches:  trunk
changeset: 473481:e97bfbc00967
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Jun 05 13:43:03 1999 +0000

description:
Very small formatting nit.

diffstat:

 sys/dev/usb/usb_mem.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80b4d2a56796 -r e97bfbc00967 sys/dev/usb/usb_mem.c
--- a/sys/dev/usb/usb_mem.c     Sat Jun 05 13:21:59 1999 +0000
+++ b/sys/dev/usb/usb_mem.c     Sat Jun 05 13:43:03 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_mem.c,v 1.5 1998/12/14 23:44:04 augustss Exp $     */
+/*     $NetBSD: usb_mem.c,v 1.6 1999/06/05 13:43:03 augustss Exp $     */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -150,7 +150,7 @@
        if (error)
                goto unmap;
 
-       error = bus_dmamap_load(tag, p->map, p->kaddr,p->size, NULL, 
+       error = bus_dmamap_load(tag, p->map, p->kaddr, p->size, NULL, 
                                BUS_DMA_NOWAIT);
        if (error)
                goto destroy;



Home | Main Index | Thread Index | Old Index