Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/476e486e69e4
branches: trunk
changeset: 341941:476e486e69e4
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Nov 30 13:27:09 2015 +0000
description:
Trailing whitespace.
diffstat:
sys/dev/usb/ohci.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r d29e07d509fe -r 476e486e69e4 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Mon Nov 30 13:26:09 2015 +0000
+++ b/sys/dev/usb/ohci.c Mon Nov 30 13:27:09 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.257 2015/11/30 13:26:09 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.258 2015/11/30 13:27:09 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.257 2015/11/30 13:26:09 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.258 2015/11/30 13:27:09 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -448,7 +448,7 @@
ohci_free_std(ohci_softc_t *sc, ohci_soft_td_t *std)
{
KASSERT(sc->sc_bus.use_polling || mutex_owned(&sc->sc_lock));
-
+
ohci_hash_rem_td(sc, std);
std->nexttd = sc->sc_freetds;
sc->sc_freetds = std;
@@ -1312,7 +1312,7 @@
if (ohcidebug > 10) {
DPRINTF(("ohci_process_done: TD done:\n"));
for (std = sdone; std; std = std->dnext)
- ohci_dump_td(sc, std);
+ ohci_dump_td(sc, std);
}
#endif
@@ -1390,7 +1390,7 @@
if (ohcidebug > 10) {
DPRINTF(("ohci_softintr: ITD done:\n"));
for (sitd = sidone; sitd; sitd = sitd->dnext)
- ohci_dump_itd(sc, sitd);
+ ohci_dump_itd(sc, sitd);
}
#endif
@@ -3047,7 +3047,7 @@
data, &tail);
if (err)
return err;
-
+
/* We want interrupt at the end of the transfer. */
tail->td.td_flags &= HTOO32(~OHCI_TD_INTR_MASK);
tail->td.td_flags |= HTOO32(OHCI_TD_SET_DI(1));
Home |
Main Index |
Thread Index |
Old Index