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 Whitespace
details: https://anonhg.NetBSD.org/src/rev/c1b1bce73cd8
branches: nick-nhusb
changeset: 334432:c1b1bce73cd8
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Mar 08 21:40:22 2016 +0000
description:
Whitespace
diffstat:
sys/dev/usb/ohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fade3958340d -r c1b1bce73cd8 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Tue Mar 08 21:16:27 2016 +0000
+++ b/sys/dev/usb/ohci.c Tue Mar 08 21:40:22 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.254.2.55 2016/02/28 11:51:24 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.254.2.56 2016/03/08 21:40:22 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.254.2.55 2016/02/28 11:51:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.56 2016/03/08 21:40:22 skrll Exp $");
#include "opt_usb.h"
@@ -2581,7 +2581,7 @@
}
if (len != 4) {
return -1;
- }
+ }
v = OREAD4(sc, OHCI_RH_PORT_STATUS(index));
DPRINTFN(8, "port status=0x%04x", v, 0, 0, 0);
USETW(ps.wPortStatus, v);
Home |
Main Index |
Thread Index |
Old Index