Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Whitespace
details: https://anonhg.NetBSD.org/src/rev/6fd8a10a46bd
branches: trunk
changeset: 336431:6fd8a10a46bd
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Mar 01 08:00:57 2015 +0000
description:
Whitespace
diffstat:
sys/dev/usb/ehci.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 0f421f32a1cd -r 6fd8a10a46bd sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sun Mar 01 07:46:04 2015 +0000
+++ b/sys/dev/usb/ehci.c Sun Mar 01 08:00:57 2015 +0000
@@ -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 @@
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 @@
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);
Home |
Main Index |
Thread Index |
Old Index