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/3c2885b04bc7
branches:  nick-nhusb
changeset: 804297:3c2885b04bc7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 17 20:56:39 2015 +0000

description:
KNF

diffstat:

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

diffs (31 lines):

diff -r 6a00f9beb197 -r 3c2885b04bc7 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Tue Mar 17 19:10:12 2015 +0000
+++ b/sys/dev/usb/ehci.c        Tue Mar 17 20:56:39 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.42 2015/03/16 21:21:46 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.43 2015/03/17 20:56:39 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.42 2015/03/16 21:21:46 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.43 2015/03/17 20:56:39 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -4304,8 +4304,10 @@
 
                sitd->sitd.sitd_next = sc->sc_flist[frindex];
                if (sitd->sitd.sitd_next == 0)
-                       /* FIXME: frindex table gets initialized to NULL
-                        * or EHCI_NULL? */
+                       /*
+                        * FIXME: frindex table gets initialized to NULL
+                        * or EHCI_NULL?
+                        */
                        sitd->sitd.sitd_next = EHCI_NULL;
 
                usb_syncmem(&sitd->dma,



Home | Main Index | Thread Index | Old Index