Module Name: src
Committed By: skrll
Date: Sat Sep 13 18:36:45 UTC 2014
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/dev/usb/ehci.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/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.231 src/sys/dev/usb/ehci.c:1.232
--- src/sys/dev/usb/ehci.c:1.231 Sat Sep 13 18:35:57 2014
+++ src/sys/dev/usb/ehci.c Sat Sep 13 18:36:45 2014
@@ -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 @@ ehci_alloc_sqtd_chain(struct ehci_pipe *
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 */