Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/broadcom Whitespace. *sigh*



details:   https://anonhg.NetBSD.org/src/rev/d9cf9c268c5c
branches:  trunk
changeset: 782364:d9cf9c268c5c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Oct 30 20:20:45 2012 +0000

description:
Whitespace. *sigh*

diffstat:

 sys/arch/arm/broadcom/bcm2835_emmc.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 69a4aeac5ad1 -r d9cf9c268c5c sys/arch/arm/broadcom/bcm2835_emmc.c
--- a/sys/arch/arm/broadcom/bcm2835_emmc.c      Tue Oct 30 20:14:22 2012 +0000
+++ b/sys/arch/arm/broadcom/bcm2835_emmc.c      Tue Oct 30 20:20:45 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcm2835_emmc.c,v 1.2 2012/10/30 20:14:22 skrll Exp $   */
+/*     $NetBSD: bcm2835_emmc.c,v 1.3 2012/10/30 20:20:45 skrll Exp $   */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm2835_emmc.c,v 1.2 2012/10/30 20:14:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm2835_emmc.c,v 1.3 2012/10/30 20:20:45 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -93,9 +93,9 @@
        sc->sc.sc_clkbase = 50000;      /* Default to 50MHz */
        sc->sc_iot = aaa->aaa_iot;
 
-        /* Fetch the EMMC clock frequency from property if set. */
-        frequency = prop_dictionary_get(dict, "frequency");
-        if (frequency != NULL) {
+       /* Fetch the EMMC clock frequency from property if set. */
+       frequency = prop_dictionary_get(dict, "frequency");
+       if (frequency != NULL) {
                sc->sc.sc_clkbase = prop_number_integer_value(frequency) / 1000;
        }    
        
@@ -115,7 +115,7 @@
 
        if (sc->sc_ih == NULL) {
                aprint_error_dev(self, "failed to establish interrupt %d\n",
-                    aaa->aaa_intr);
+                   aaa->aaa_intr);
                goto fail;
        }
        aprint_normal_dev(self, "interrupting on intr %d\n", aaa->aaa_intr);



Home | Main Index | Thread Index | Old Index