Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Whitespace



details:   https://anonhg.NetBSD.org/src/rev/c2c7a4e5da18
branches:  trunk
changeset: 784251:c2c7a4e5da18
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 23 06:53:30 2013 +0000

description:
Whitespace

diffstat:

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

diffs (30 lines):

diff -r 4c53aa08374d -r c2c7a4e5da18 sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h    Wed Jan 23 05:46:17 2013 +0000
+++ b/sys/dev/usb/usbdivar.h    Wed Jan 23 06:53:30 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdivar.h,v 1.101 2013/01/22 12:40:44 jmcneill Exp $  */
+/*     $NetBSD: usbdivar.h,v 1.102 2013/01/23 06:53:30 skrll Exp $     */
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -264,7 +264,7 @@
 #define UXFER_ABORTWAIT        0x02    /* abort completion is being awaited. */
        kcondvar_t              hccv; /* private use by the HC driver */
 
-        struct callout timeout_handle;
+       struct callout timeout_handle;
 };
 
 void usbd_init(void);
@@ -295,9 +295,9 @@
                                      usbd_pipe_handle *pipe,
                                      uint8_t flags);
 usbd_status    usbd_new_device(device_t, usbd_bus_handle, int, int, int,
-                                struct usbd_port *);
+                               struct usbd_port *);
 usbd_status    usbd_reattach_device(device_t, usbd_device_handle,
-                                     int, const int *);
+                                    int, const int *);
 
 void           usbd_remove_device(usbd_device_handle, struct usbd_port *);
 int            usbd_printBCD(char *, size_t, int);



Home | Main Index | Thread Index | Old Index