Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/gumstix Remove white spaces.



details:   https://anonhg.NetBSD.org/src/rev/091853b1600d
branches:  trunk
changeset: 348463:091853b1600d
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Oct 19 14:07:22 2016 +0000

description:
Remove white spaces.

diffstat:

 sys/arch/evbarm/gumstix/gumstix_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0ad052e39645 -r 091853b1600d sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Wed Oct 19 09:55:10 2016 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Wed Oct 19 14:07:22 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gumstix_machdep.c,v 1.55 2016/10/18 14:39:52 kiyohara Exp $ */
+/*     $NetBSD: gumstix_machdep.c,v 1.56 2016/10/19 14:07:22 kiyohara Exp $ */
 /*
  * Copyright (C) 2005, 2006, 2007  WIDE Project and SOUM Corporation.
  * All rights reserved.
@@ -583,7 +583,7 @@
 #ifdef MULTIPROCESSOR
        if (bus_space_map(iot, OMAP4_SCU_BASE, SCU_SIZE, 0, &ioh) != 0)
                panic("OMAP4_SCU_BASE map failed\n");
-        arm_cpu_max =
+       arm_cpu_max =
            1 + (bus_space_read_4(iot, ioh, SCU_CFG) & SCU_CFG_CPUMAX);
 #endif
 #endif
@@ -1067,7 +1067,7 @@
                         * The iot mainbus supplies is completely wrong since
                         * it scales addresses by 2.  The simpliest remedy is
                         * to replace with our bus space used for the armcore
-                        * regisers (which armperiph uses). 
+                        * regisers (which armperiph uses).
                         */
                        struct mainbus_attach_args * const mb = aux;
                        mb->mb_iot = &omap_bs_tag;



Home | Main Index | Thread Index | Old Index