summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2015-03-01 08:00:57 +0000
committerskrll <skrll@NetBSD.org>2015-03-01 08:00:57 +0000
commitddd6c52fe177e7f522b7bf44c314faeb037adc52 (patch)
tree4b98ff53ff5cee1891e563f0f2e65e6235195f16 /sys/dev
parent0d3d56d705d2189dc8e243e0ce3ce9a7336f33e0 (diff)
Whitespace
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/ehci.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index ba469823c8c..4490595683d 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.235 2014/12/24 14:01:10 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.236 2015/03/01 08:00:57 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.235 2014/12/24 14:01:10 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.236 2015/03/01 08:00:57 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -1077,11 +1077,11 @@ ehci_idone(struct ehci_xfer *ex)
if (status & EHCI_QTD_HALTED) {
#ifdef EHCI_DEBUG
USBHIST_LOG(ehcidebug, "halted addr=%d endpt=0x%02x",
- xfer->pipe->device->address,
- xfer->pipe->endpoint->edesc->bEndpointAddress, 0, 0);
+ xfer->pipe->device->address,
+ xfer->pipe->endpoint->edesc->bEndpointAddress, 0, 0);
USBHIST_LOG(ehcidebug, "cerr=%d pid=%d stat=%#x",
- EHCI_QTD_GET_CERR(status), EHCI_QTD_GET_PID(status),
- status, 0);
+ EHCI_QTD_GET_CERR(status), EHCI_QTD_GET_PID(status),
+ status, 0);
USBHIST_LOG(ehcidebug,
"active =%d halted=%d buferr=%d babble=%d",
status & EHCI_QTD_ACTIVE ? 1 : 0,
@@ -1671,7 +1671,7 @@ ehci_dump_sqh(ehci_soft_qh_t *sqh)
USBHIST_LOGN(ehcidebug, 10,
" addr = 0x%02x inact = %d endpt = %d eps = %d",
EHCI_QH_GET_ADDR(endp), EHCI_QH_GET_INACT(endp),
- EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp));
+ EHCI_QH_GET_ENDPT(endp), EHCI_QH_GET_EPS(endp));
USBHIST_LOGN(ehcidebug, 10,
" dtc = %d hrecl = %d",
EHCI_QH_GET_DTC(endp), EHCI_QH_GET_HRECL(endp), 0, 0);