Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/gsc Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/45628dc93b5e
branches:  trunk
changeset: 753486:45628dc93b5e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 30 07:59:15 2010 +0000

description:
Whitespace.

diffstat:

 sys/arch/hp700/gsc/if_ie_gsc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ffd6c1a3e2cf -r 45628dc93b5e sys/arch/hp700/gsc/if_ie_gsc.c
--- a/sys/arch/hp700/gsc/if_ie_gsc.c    Tue Mar 30 07:58:02 2010 +0000
+++ b/sys/arch/hp700/gsc/if_ie_gsc.c    Tue Mar 30 07:59:15 2010 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index