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/e6e2d185aa97
branches:  nick-nhusb
changeset: 334497:e6e2d185aa97
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Apr 16 14:04:55 2016 +0000

description:
KNF

diffstat:

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

diffs (28 lines):

diff -r a07d4ff2afd5 -r e6e2d185aa97 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Apr 16 14:01:43 2016 +0000
+++ b/sys/dev/usb/ehci.c        Sat Apr 16 14:04:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.97 2016/04/16 14:01:43 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.98 2016/04/16 14:04:55 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.97 2016/04/16 14:01:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.98 2016/04/16 14:04:55 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -819,7 +819,8 @@
        /*
         * ehci_idone will remove transfer from sc->sc_intrhead if it's
         * complete and add to our cq list
-        * */
+        *
+        */
        TAILQ_FOREACH_SAFE(ex, &sc->sc_intrhead, ex_next, nextex) {
                switch (ex->ex_type) {
                case EX_CTRL:



Home | Main Index | Thread Index | Old Index