From 532fa48ea7a78e05550bf0fc94b09ec99a43337d Mon Sep 17 00:00:00 2001 From: skrll Date: Sat, 13 Sep 2014 18:36:45 +0000 Subject: Whitespace. --- sys/dev/usb/ehci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 -__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 */ -- cgit