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/b43150d3db9f
branches:  nick-nhusb
changeset: 334109:b43150d3db9f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 01 11:54:29 2015 +0000

description:
KNF

diffstat:

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

diffs (38 lines):

diff -r 854cdf08fa7a -r b43150d3db9f sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Feb 01 11:13:46 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Feb 01 11:54:29 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.17 2015/02/01 11:13:46 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.18 2015/02/01 11:54:29 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.17 2015/02/01 11:13:46 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.18 2015/02/01 11:54:29 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -794,7 +794,8 @@
 {
        uhci_dump_qh(sqh);
 
-       /* uhci_dump_qhs displays all the QHs and TDs from the given QH onwards
+       /*
+        * uhci_dump_qhs displays all the QHs and TDs from the given QH onwards
         * Traverses sideways first, then down.
         *
         * QH1
@@ -832,7 +833,8 @@
        for(td = std; td != NULL; td = td->link.std) {
                uhci_dump_td(td);
 
-               /* Check whether the link pointer in this TD marks
+               /*
+                * Check whether the link pointer in this TD marks
                 * the link pointer as end of queue. This avoids
                 * printing the free list in case the queue/TD has
                 * already been moved there (seatbelt).



Home | Main Index | Thread Index | Old Index