summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2015-03-01 08:10:57 +0000
committerskrll <skrll@NetBSD.org>2015-03-01 08:10:57 +0000
commit87df1bf24fe7bf440aa1cef56d291ca7694b2b93 (patch)
tree510cbdd4eebfea18bab71f37896953cafd5b0cc8 /sys
parent2de06cb1e8555f7b7e4f79126499a307d5953581 (diff)
Whitespace.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/uhci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c
index 9dd7b4f1a38..e439abcd3b6 100644
--- a/sys/dev/usb/uhci.c
+++ b/sys/dev/usb/uhci.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.264 2014/08/05 06:35:24 skrll Exp $ */
+/* $NetBSD: uhci.c,v 1.265 2015/03/01 08:10:57 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264 2014/08/05 06:35:24 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.265 2015/03/01 08:10:57 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -72,7 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264 2014/08/05 06:35:24 skrll Exp $");
/*#define UHCI_CTL_LOOP */
-
#ifdef UHCI_DEBUG
uhci_softc_t *thesc;
#define DPRINTF(x) if (uhcidebug) printf x