Module Name: src
Committed By: skrll
Date: Sun Feb 7 13:58:19 UTC 2016
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c
Log Message:
Unwrap line
To generate a diff of this commit:
cvs rdiff -u -r1.234.2.85 -r1.234.2.86 src/sys/dev/usb/ehci.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/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.85 src/sys/dev/usb/ehci.c:1.234.2.86
--- src/sys/dev/usb/ehci.c:1.234.2.85 Sat Feb 6 11:23:43 2016
+++ src/sys/dev/usb/ehci.c Sun Feb 7 13:58:19 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.85 2016/02/06 11:23:43 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.86 2016/02/07 13:58:19 skrll 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.234.2.85 2016/02/06 11:23:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.86 2016/02/07 13:58:19 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -3259,8 +3259,8 @@ ehci_abort_xfer(struct usbd_xfer *xfer,
#endif
/* Override the status which might be USBD_TIMEOUT. */
xfer->ux_status = status;
- USBHIST_LOG(ehcidebug, "waiting for abort to finish",
- 0, 0, 0, 0);
+ USBHIST_LOG(ehcidebug, "waiting for abort to finish", 0, 0, 0,
+ 0);
xfer->ux_hcflags |= UXFER_ABORTWAIT;
while (xfer->ux_hcflags & UXFER_ABORTING)
cv_wait(&xfer->ux_hccv, &sc->sc_lock);