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 KNF



details:   https://anonhg.NetBSD.org/src/rev/854cdf08fa7a
branches:  nick-nhusb
changeset: 334108:854cdf08fa7a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 01 11:13:46 2015 +0000

description:
KNF

diffstat:

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

diffs (38 lines):

diff -r c5dfe0ecc987 -r 854cdf08fa7a sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Feb 01 08:45:04 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Feb 01 11:13:46 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.16 2015/02/01 08:16:31 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.17 2015/02/01 11:13:46 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.16 2015/02/01 08:16:31 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.17 2015/02/01 11:13:46 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -961,7 +961,8 @@
  * If we are already looping, just count it.
  */
 void
-uhci_add_loop(uhci_softc_t *sc) {
+uhci_add_loop(uhci_softc_t *sc)
+{
 #ifdef UHCI_DEBUG
        if (uhcinoloop)
                return;
@@ -979,7 +980,8 @@
 }
 
 void
-uhci_rem_loop(uhci_softc_t *sc) {
+uhci_rem_loop(uhci_softc_t *sc)
+{
 #ifdef UHCI_DEBUG
        if (uhcinoloop)
                return;



Home | Main Index | Thread Index | Old Index