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 Unwrap line



details:   https://anonhg.NetBSD.org/src/rev/50341bad3202
branches:  nick-nhusb
changeset: 334389:50341bad3202
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 07 13:58:19 2016 +0000

description:
Unwrap line

diffstat:

 sys/dev/usb/ehci.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d17c5c19d516 -r 50341bad3202 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Feb 06 11:23:43 2016 +0000
+++ b/sys/dev/usb/ehci.c        Sun Feb 07 13:58:19 2016 +0000
@@ -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 @@
 #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);



Home | Main Index | Thread Index | Old Index