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 Whitespace



details:   https://anonhg.NetBSD.org/src/rev/43b668adaed0
branches:  nick-nhusb
changeset: 804458:43b668adaed0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Nov 14 10:35:38 2015 +0000

description:
Whitespace

diffstat:

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

diffs (27 lines):

diff -r 539de4999b03 -r 43b668adaed0 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Nov 14 10:05:47 2015 +0000
+++ b/sys/dev/usb/ehci.c        Sat Nov 14 10:35:38 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.64 2015/10/25 09:50:06 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.65 2015/11/14 10:35:38 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.64 2015/10/25 09:50:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.65 2015/11/14 10:35:38 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2984,7 +2984,7 @@
 
        USBHIST_FUNC(); USBHIST_CALLED(ehcidebug);
        USBHIST_LOG(ehcidebug, "xfer=%p len %d isread %d toggle %d", xfer,
-          len, isread, *toggle);
+           len, isread, *toggle);
 
        sqtd = prev = NULL;
        for (i = 0; i < exfer->ex_nsqtd; i++, prev = sqtd) {



Home | Main Index | Thread Index | Old Index