Module Name: src
Committed By: skrll
Date: Sun Mar 1 08:10:57 UTC 2015
Modified Files:
src/sys/dev/usb: uhci.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/sys/dev/usb/uhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/uhci.c
diff -u src/sys/dev/usb/uhci.c:1.264 src/sys/dev/usb/uhci.c:1.265
--- src/sys/dev/usb/uhci.c:1.264 Tue Aug 5 06:35:24 2014
+++ src/sys/dev/usb/uhci.c Sun Mar 1 08:10:57 2015
@@ -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.2
/*#define UHCI_CTL_LOOP */
-
#ifdef UHCI_DEBUG
uhci_softc_t *thesc;
#define DPRINTF(x) if (uhcidebug) printf x