Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Whitespace



details:   https://anonhg.NetBSD.org/src/rev/572038064faf
branches:  nick-nhusb
changeset: 334296:572038064faf
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 01 10:14:18 2015 +0000

description:
Whitespace

diffstat:

 sys/dev/usb/uhci.c |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r cd54ac292cf1 -r 572038064faf sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Tue Oct 27 15:28:22 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Nov 01 10:14:18 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.41 2015/10/27 15:28:22 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.42 2015/11/01 10:14:18 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.41 2015/10/27 15:28:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.42 2015/11/01 10:14:18 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -207,7 +207,7 @@
 Static void            uhci_freex(struct usbd_bus *, struct usbd_xfer *);
 Static void            uhci_get_lock(struct usbd_bus *, kmutex_t **);
 Static int             uhci_roothub_ctrl(struct usbd_bus *,
-    usb_device_request_t *, void *, int);
+                           usb_device_request_t *, void *, int);
 
 Static usbd_status     uhci_device_ctrl_transfer(struct usbd_xfer *);
 Static usbd_status     uhci_device_ctrl_start(struct usbd_xfer *);
@@ -253,8 +253,8 @@
 Static void            uhci_device_clear_toggle(struct usbd_pipe *);
 Static void            uhci_noop(struct usbd_pipe *);
 
-static inline uhci_soft_qh_t *uhci_find_prev_qh(uhci_soft_qh_t *,
-                                                   uhci_soft_qh_t *);
+static inline uhci_soft_qh_t *
+                       uhci_find_prev_qh(uhci_soft_qh_t *, uhci_soft_qh_t *);
 
 #ifdef UHCI_DEBUG
 Static void            uhci_dump_all(uhci_softc_t *);
@@ -278,6 +278,7 @@
 #define UWRITE4(sc, r, x) \
  do { UBARR(sc); bus_space_write_4((sc)->iot, (sc)->ioh, (r), (x)); \
  } while (/*CONSTCOND*/0)
+
 static __inline uint8_t
 UREAD1(uhci_softc_t *sc, bus_size_t r)
 {



Home | Main Index | Thread Index | Old Index