Module Name: src
Committed By: skrll
Date: Tue Mar 30 07:59:15 UTC 2010
Modified Files:
src/sys/arch/hp700/gsc: if_ie_gsc.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/gsc/if_ie_gsc.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/arch/hp700/gsc/if_ie_gsc.c
diff -u src/sys/arch/hp700/gsc/if_ie_gsc.c:1.20 src/sys/arch/hp700/gsc/if_ie_gsc.c:1.21
--- src/sys/arch/hp700/gsc/if_ie_gsc.c:1.20 Tue Nov 3 05:07:25 2009
+++ src/sys/arch/hp700/gsc/if_ie_gsc.c Tue Mar 30 07:59:15 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ie_gsc.c,v 1.20 2009/11/03 05:07:25 snj Exp $ */
+/* $NetBSD: if_ie_gsc.c,v 1.21 2010/03/30 07:59:15 skrll Exp $ */
/* $OpenBSD: if_ie_gsc.c,v 1.6 2001/01/12 22:57:04 mickey Exp $ */
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.20 2009/11/03 05:07:25 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.21 2010/03/30 07:59:15 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -419,7 +419,7 @@
* physical addresses.
*/
if (bus_dmamem_alloc(gsc->iemt, sc->sc_msize, PAGE_SIZE, 0,
- &seg, 1, &rseg, BUS_DMA_NOWAIT | BUS_DMA_24BIT)) {
+ &seg, 1, &rseg, BUS_DMA_NOWAIT | BUS_DMA_24BIT)) {
printf (": can't allocate %d bytes of DMA memory\n",
sc->sc_msize);
return;