Module Name:    src
Committed By:   skrll
Date:           Fri Apr  1 14:17:24 UTC 2016

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ohci.c

Log Message:
Damn it... whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.254.2.66 -r1.254.2.67 src/sys/dev/usb/ohci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ohci.c
diff -u src/sys/dev/usb/ohci.c:1.254.2.66 src/sys/dev/usb/ohci.c:1.254.2.67
--- src/sys/dev/usb/ohci.c:1.254.2.66	Fri Apr  1 14:13:29 2016
+++ src/sys/dev/usb/ohci.c	Fri Apr  1 14:17:24 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: ohci.c,v 1.254.2.66 2016/04/01 14:13:29 skrll Exp $	*/
+/*	$NetBSD: ohci.c,v 1.254.2.67 2016/04/01 14:17:24 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.66 2016/04/01 14:13:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.67 2016/04/01 14:17:24 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -699,7 +699,7 @@ ohci_reset_std_chain(ohci_softc_t *sc, s
 			KASSERT(curlen != 0);
 		}
 		DPRINTFN(4, "dataphys=0x%08x dataphysend=0x%08x "
-		    "len=%d curlen=%d",  dataphys, dataphysend, len, curlen);
+		    "len=%d curlen=%d", dataphys, dataphysend, len, curlen);
 		len -= curlen;
 
 		cur->td.td_flags = tdflags;

Reply via email to