Module Name: src
Committed By: skrll
Date: Sat Apr 16 14:04:55 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.234.2.97 -r1.234.2.98 src/sys/dev/usb/ehci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.97 src/sys/dev/usb/ehci.c:1.234.2.98
--- src/sys/dev/usb/ehci.c:1.234.2.97 Sat Apr 16 14:01:43 2016
+++ src/sys/dev/usb/ehci.c Sat Apr 16 14:04:55 2016
@@ -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_softintr(void *v)
/*
* 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: