Module Name: src
Committed By: skrll
Date: Wed Dec 2 20:07:08 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: ohcivar.h
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.55.6.9 -r1.55.6.10 src/sys/dev/usb/ohcivar.h
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/ohcivar.h
diff -u src/sys/dev/usb/ohcivar.h:1.55.6.9 src/sys/dev/usb/ohcivar.h:1.55.6.10
--- src/sys/dev/usb/ohcivar.h:1.55.6.9 Tue Dec 1 07:38:58 2015
+++ src/sys/dev/usb/ohcivar.h Wed Dec 2 20:07:08 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ohcivar.h,v 1.55.6.9 2015/12/01 07:38:58 skrll Exp $ */
+/* $NetBSD: ohcivar.h,v 1.55.6.10 2015/12/02 20:07:08 skrll Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@ typedef struct ohci_softc {
struct ohci_xfer {
struct usbd_xfer xfer;
- struct usb_task abort_task;
+ struct usb_task abort_task;
};
#define OHCI_BUS2SC(bus) ((bus)->ub_hcpriv)