Module Name: src
Committed By: skrll
Date: Tue Mar 8 21:40:22 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohci.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.254.2.55 -r1.254.2.56 src/sys/dev/usb/ohci.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/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.254.2.55 src/sys/dev/usb/ohci.c:1.254.2.56
--- src/sys/dev/usb/ohci.c:1.254.2.55 Sun Feb 28 11:51:24 2016
+++ src/sys/dev/usb/ohci.c Tue Mar 8 21:40:22 2016
@@ -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 @@ ohci_roothub_ctrl(struct usbd_bus *bus,
}
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);