Minor coding style cleanup.
authorWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 20:21:41 +0000 (22:21 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 20:22:44 +0000 (22:22 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
16 files changed:
arch/arm/cpu/armv7/start.S
arch/arm/lib/memcpy.S
arch/powerpc/cpu/mpc85xx/speed.c
arch/x86/cpu/sc520/sc520.c
board/freescale/common/sdhc_boot.c
board/ti/beagle/led.c
common/cmd_led.c
doc/README.arm-relocation
doc/README.p1022ds
drivers/misc/fsl_law.c
drivers/mmc/mmc.c
drivers/net/phy/generic_10g.c
drivers/net/tsec.c
include/configs/P3041DS.h
include/configs/P5020DS.h
include/fsl_mdio.h

index 2929fc7..d91ae12 100644 (file)
@@ -79,7 +79,7 @@ _TEXT_BASE:
  */
 .globl _armboot_start
 _armboot_start:
-        .word _start
+       .word _start
 #endif
 
 /*
index 40db90e..3b5aeec 100644 (file)
@@ -238,4 +238,3 @@ memcpy:
 17:            forward_copy_shift      pull=16 push=16
 
 18:            forward_copy_shift      pull=24 push=8
-
index c4c156d..a83dfeb 100644 (file)
@@ -112,7 +112,7 @@ void get_sys_info (sys_info_t * sysInfo)
 #if (CONFIG_SYS_FSL_NUM_CC_PLLS == 2)
 #define HWA_CC_PLL     1
 #elif (CONFIG_SYS_FSL_NUM_CC_PLLS == 4)
-#define HWA_CC_PLL     2       
+#define HWA_CC_PLL     2
 #else
 #error CONFIG_SYS_FSL_NUM_CC_PLLS not set or unknown case
 #endif
index 8c410a2..726a325 100644 (file)
@@ -64,4 +64,3 @@ int cpu_init_r(void)
 
        return x86_cpu_init_r();
 }
-
index 964c6b8..e432318 100644 (file)
@@ -61,4 +61,3 @@ int mmc_get_env_addr(struct mmc *mmc, u32 *env_addr)
 
        return 0;
 }
-
index df26552..08f95a0 100644 (file)
@@ -88,4 +88,3 @@ void __led_set (led_id_t mask, int state)
        }
 #endif
 }
-
index f1e8a62..c53195f 100644 (file)
@@ -96,7 +96,7 @@ int do_led (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        }
 
        for (i = 0; led_commands[i].string; i++) {
-               if ((strcmp("all", argv[1]) == 0) || 
+               if ((strcmp("all", argv[1]) == 0) ||
                    (strcmp(led_commands[i].string, argv[1]) == 0)) {
                        if (led_commands[i].on) {
                                if (state) {
index 45f5ea7..5a9a2fb 100644 (file)
@@ -177,9 +177,9 @@ ip_addr     = XXXXXXXXXX
 baudrate    = XXXXXXXXXX
 TLB addr    = XXXXXXXXXX
 relocaddr   = 0x8ff08000
-              ^^^^^^^^^^
+             ^^^^^^^^^^
 reloc off   = XXXXXXXXXX
-irq_sp      = XXXXXXXXXX
+irq_sp     = XXXXXXXXXX
 sp start    = XXXXXXXXXX
 FB base     = XXXXXXXXXX
 
index 473ecf6..04d9197 100644 (file)
@@ -21,4 +21,3 @@ and AUDIO codec clock sources only setting as 11MHz or 12MHz !
 'setenv hwconfig 'audclk:12;tdm'       --- error !
 'setenv hwconfig 'audclk:11;tdm'       --- error !
 'setenv hwconfig 'audclk:10'           --- error !
-
index 3233ff2..a7d04b7 100644 (file)
@@ -247,13 +247,13 @@ void init_laws(void)
 #error FSL_HW_NUM_LAWS can not be greater than 32 w/o code changes
 #endif
 
-       /* 
+       /*
         * Any LAWs that were set up before we booted assume they are meant to
         * be around and mark them used.
         */
        for (i = 0; i < FSL_HW_NUM_LAWS; i++) {
                u32 lawar = in_be32(LAWAR_ADDR(i));
-               
+
                if (lawar & LAW_EN)
                        gd->used_laws |= (1 << i);
        }
index 1d089a7..21aedba 100644 (file)
@@ -434,14 +434,14 @@ int mmc_send_op_cond(struct mmc *mmc)
        cmd.resp_type = MMC_RSP_R3;
        cmd.cmdarg = 0;
        cmd.flags = 0;
+
        err = mmc_send_cmd(mmc, &cmd, NULL);
+
        if (err)
                return err;
+
        udelay(1000);
+
        do {
                cmd.cmdidx = MMC_CMD_SEND_OP_COND;
                cmd.resp_type = MMC_RSP_R3;
index 315c508..60dec45 100644 (file)
@@ -102,4 +102,3 @@ struct phy_driver gen10g_driver = {
        .startup        = gen10g_startup,
        .shutdown       = gen10g_shutdown,
 };
-
index 06e5834..78ffc95 100644 (file)
@@ -593,4 +593,3 @@ int tsec_standard_init(bd_t *bis)
 
        return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
 }
-
index 46f91cc..d9e8f51 100644 (file)
@@ -34,4 +34,3 @@
 #define CONFIG_ICS307_REFCLK_HZ                25000000  /* ICS307 ref clk freq */
 
 #include "corenet_ds.h"
-
index 6d279b3..dd8d442 100644 (file)
@@ -34,4 +34,3 @@
 #define CONFIG_ICS307_REFCLK_HZ                25000000  /* ICS307 ref clk freq */
 
 #include "corenet_ds.h"
-
index 17ca79c..ea8b54b 100644 (file)
@@ -59,4 +59,3 @@ struct fsl_pq_mdio_info {
 int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
 
 #endif /* __FSL_PHY_H__ */
-