Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add some #endif comments.



details:   https://anonhg.NetBSD.org/src/rev/2731cb25813d
branches:  trunk
changeset: 517472:2731cb25813d
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Nov 13 07:55:30 2001 +0000

description:
Add some #endif comments.

diffstat:

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

diffs (36 lines):

diff -r 5d0ff4919933 -r 2731cb25813d sys/dev/usb/usb.c
--- a/sys/dev/usb/usb.c Tue Nov 13 07:54:18 2001 +0000
+++ b/sys/dev/usb/usb.c Tue Nov 13 07:55:30 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.c,v 1.55 2001/11/13 06:24:56 lukem Exp $   */
+/*     $NetBSD: usb.c,v 1.56 2001/11/13 07:55:30 augustss Exp $        */
 
 /*
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.55 2001/11/13 06:24:56 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.56 2001/11/13 07:55:30 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -424,7 +424,7 @@
                ohcidebug = ((*(int *)data) & 0x00ff0000) >> 16;
 #endif
                break;
-#endif
+#endif /* USB_DEBUG */
        case USB_REQUEST:
        {
                struct usb_ctl_request *ur = (void *)data;
@@ -639,7 +639,7 @@
        }
 #else
        bus->methods->soft_intr(bus);
-#endif
+#endif /* USB_USE_SOFTINTR */
 }
 
 int



Home | Main Index | Thread Index | Old Index