Module Name: src
Committed By: blymn
Date: Fri Aug 7 12:04:43 UTC 2009
Modified Files:
src/sys/dev/pci: pccbb.c
Log Message:
Clean up extraneous white space.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/sys/dev/pci/pccbb.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/pci/pccbb.c
diff -u src/sys/dev/pci/pccbb.c:1.189 src/sys/dev/pci/pccbb.c:1.190
--- src/sys/dev/pci/pccbb.c:1.189 Thu Jul 23 21:22:25 2009
+++ src/sys/dev/pci/pccbb.c Fri Aug 7 12:04:43 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pccbb.c,v 1.189 2009/07/23 21:22:25 dyoung Exp $ */
+/* $NetBSD: pccbb.c,v 1.190 2009/08/07 12:04:43 blymn Exp $ */
/*
* Copyright (c) 1998, 1999 and 2000
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.189 2009/07/23 21:22:25 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pccbb.c,v 1.190 2009/08/07 12:04:43 blymn Exp $");
/*
#define CBB_DEBUG
@@ -477,7 +477,7 @@
&sc->sc_base_size)) {
aprint_error_dev(self,
"can't map socket base address"
- " 0x%lx: io mode\n",
+ " 0x%lx: io mode\n",
(unsigned long)sockbase);
/* give up... allocate reg space via rbus. */
pci_conf_write(pc, pa->pa_tag, PCI_SOCKBASE, 0);
@@ -2377,11 +2377,11 @@
* Vcc Rising Time (Tpr) = 100ms (handled in pccbb_power() above)
* RESET Width (Th (Hi-z RESET)) = 1ms
* RESET Width (Tw (RESET)) = 10us
- *
+ *
* some machines require some more time to be settled
* for example old toshiba topic bridges!
* (100ms is added here).
- */
+ */
pccbb_pcmcia_delay(sc, 200 + 1, "pccen1");
/* negate RESET */