Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Unwrap lines



details:   https://anonhg.NetBSD.org/src/rev/5c7bceb32cef
branches:  trunk
changeset: 812311:5c7bceb32cef
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 10 17:07:07 2015 +0000

description:
Unwrap lines

diffstat:

 sys/dev/usb/xhci.c |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 0e2fab824e16 -r 5c7bceb32cef sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Thu Dec 10 16:35:45 2015 +0000
+++ b/sys/dev/usb/xhci.c        Thu Dec 10 17:07:07 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.31 2015/12/10 16:35:45 skrll Exp $  */
+/*     $NetBSD: xhci.c,v 1.32 2015/12/10 17:07:07 skrll Exp $  */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.31 2015/12/10 16:35:45 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.32 2015/12/10 17:07:07 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1923,10 +1923,8 @@
        uint32_t xspeed;
 
        XHCIHIST_FUNC(); XHCIHIST_CALLED();
-       DPRINTFN(4, "slot %u depth %d speed %d",
-           slot, depth, speed, 0);
-       DPRINTFN(4, " port %d rhport %d",
-           port, rhport, 0, 0);
+       DPRINTFN(4, "slot %u depth %d speed %d", slot, depth, speed, 0);
+       DPRINTFN(4, " port %d rhport %d", port, rhport, 0, 0);
 
        switch (speed) {
        case USB_SPEED_LOW:



Home | Main Index | Thread Index | Old Index