Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Fix indentation and typos.



details:   https://anonhg.NetBSD.org/src/rev/28b737cc91bf
branches:  trunk
changeset: 517925:28b737cc91bf
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Nov 21 15:37:41 2001 +0000

description:
Fix indentation and typos.

diffstat:

 sys/dev/usb/usbdi.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r c5344b8c8a57 -r 28b737cc91bf sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c       Wed Nov 21 15:30:00 2001 +0000
+++ b/sys/dev/usb/usbdi.c       Wed Nov 21 15:37:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.c,v 1.86 2001/11/20 13:48:04 augustss Exp $      */
+/*     $NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $      */
 /*     $FreeBSD: src/sys/dev/usb/usbdi.c,v 1.28 1999/11/17 22:33:49 n_hibma Exp $      */
 
 /*
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.86 2001/11/20 13:48:04 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -81,10 +81,10 @@
 
 Static usbd_status usbd_ar_pipe(usbd_pipe_handle pipe);
 Static void usbd_do_request_async_cb 
-(usbd_xfer_handle, usbd_private_handle, usbd_status);
+       (usbd_xfer_handle, usbd_private_handle, usbd_status);
 Static void usbd_start_next(usbd_pipe_handle pipe);
 Static usbd_status usbd_open_pipe_ival
-(usbd_interface_handle, u_int8_t, u_int8_t, usbd_pipe_handle *, int);
+       (usbd_interface_handle, u_int8_t, u_int8_t, usbd_pipe_handle *, int);
 
 Static int usbd_nbuses = 0;
 
@@ -558,7 +558,7 @@
        DPRINTFN(8, ("usbd_clear_endpoint_stall\n"));
 
        /* 
-        * Clearing en endpoint stall resets the enpoint toggle, so
+        * Clearing en endpoint stall resets the endpoint toggle, so
         * do the same to the HC toggle.
         */
        pipe->methods->cleartoggle(pipe);



Home | Main Index | Thread Index | Old Index