Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/jmcneill-usbmp]: src/sys/dev/usb minor KNF.
details: https://anonhg.NetBSD.org/src/rev/2f06abb180b3
branches: jmcneill-usbmp
changeset: 771831:2f06abb180b3
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 04 01:32:47 2012 +0000
description:
minor KNF.
diffstat:
sys/dev/usb/ehci.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r d000efe38821 -r 2f06abb180b3 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sun Mar 04 00:46:01 2012 +0000
+++ b/sys/dev/usb/ehci.c Sun Mar 04 01:32:47 2012 +0000
@@ -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 @@
}
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;
Home |
Main Index |
Thread Index |
Old Index