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 short lines.



details:   https://anonhg.NetBSD.org/src/rev/1d6409797863
branches:  nick-nhusb
changeset: 334177:1d6409797863
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 29 11:40:36 2015 +0000

description:
Unwrap short lines.

diffstat:

 sys/dev/usb/uhci.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 758704941835 -r 1d6409797863 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Mar 29 11:40:00 2015 +0000
+++ b/sys/dev/usb/uhci.c        Sun Mar 29 11:40:36 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.264.4.28 2015/03/29 11:40:00 skrll Exp $    */
+/*     $NetBSD: uhci.c,v 1.264.4.29 2015/03/29 11:40:36 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.28 2015/03/29 11:40:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.29 2015/03/29 11:40:36 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -1613,8 +1613,7 @@
                upipe->nexttoggle = UHCI_TD_GET_DT(le32toh(std->td.td_token));
 
        status &= UHCI_TD_ERROR;
-       DPRINTFN(10, "actlen=%d, status=0x%x", actlen, status,
-           0, 0);
+       DPRINTFN(10, "actlen=%d, status=0x%x", actlen, status, 0, 0);
        xfer->ux_actlen = actlen;
        if (status != 0) {
 



Home | Main Index | Thread Index | Old Index