summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2014-09-13 18:36:45 +0000
committerskrll <skrll@NetBSD.org>2014-09-13 18:36:45 +0000
commit532fa48ea7a78e05550bf0fc94b09ec99a43337d (patch)
tree77275767c578ddc77545457a94f410e5d8945c6f /sys
parenta95d7a16e803c9a5ecbf598a9435682a99649299 (diff)
Whitespace.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/ehci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index 95c93e44e0e..c6991d3f913 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -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 *epipe, ehci_softc_t *sc,
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 */