Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/3d65cc46f240
branches:  trunk
changeset: 802423:3d65cc46f240
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 13 18:36:45 2014 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r 5cd8beccbfc9 -r 3d65cc46f240 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Sat Sep 13 18:36:39 2014 +0000
+++ b/sys/dev/usb/ehci.c        Sat Sep 13 18:36:45 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.231 2014/09/13 18:35:57 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.232 2014/09/13 18:36:45 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.231 2014/09/13 18:35:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.232 2014/09/13 18:36:45 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -2979,7 +2979,7 @@
                cur->len = curlen;
 
                USBHIST_LOG(ehcidebug, "cbp=0x%08zx end=0x%08zx",
-                           (size_t)curoffs, (size_t)(curoffs + curlen), 0, 0);
+                   (size_t)curoffs, (size_t)(curoffs + curlen), 0, 0);
 
                /* adjust the toggle based on the number of packets in this
                   qtd */



Home | Main Index | Thread Index | Old Index