Module Name: src
Committed By: mrg
Date: Sun Mar 4 01:32:47 UTC 2012
Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: ehci.c
Log Message:
minor KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.181.6.15 -r1.181.6.16 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.181.6.15 src/sys/dev/usb/ehci.c:1.181.6.16
--- src/sys/dev/usb/ehci.c:1.181.6.15 Sat Mar 3 02:28:52 2012
+++ src/sys/dev/usb/ehci.c Sun Mar 4 01:32:47 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.181.6.15 2012/03/03 02:28:52 mrg Exp $ */
+/* $NetBSD: ehci.c,v 1.181.6.16 2012/03/04 01:32:47 mrg 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.181.6.15 2012/03/03 02:28:52 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.181.6.16 2012/03/04 01:32:47 mrg Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -851,7 +851,8 @@ ehci_check_qh_intr(ehci_softc_t *sc, str
}
Static void
-ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex) {
+ehci_check_itd_intr(ehci_softc_t *sc, struct ehci_xfer *ex)
+{
ehci_soft_itd_t *itd;
int i;