Minor coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S
index 2929fc7..d91ae12 100644
--- a/arch/arm/cpu/armv7/start.S
+++ b/arch/arm/cpu/armv7/start.S
@@ -79,7 +79,7 @@
*/
.globl _armboot_start
_armboot_start:
- .word _start
+ .word _start
#endif
/*
diff --git a/arch/arm/lib/memcpy.S b/arch/arm/lib/memcpy.S
index 40db90e..3b5aeec 100644
--- a/arch/arm/lib/memcpy.S
+++ b/arch/arm/lib/memcpy.S
@@ -238,4 +238,3 @@
17: forward_copy_shift pull=16 push=16
18: forward_copy_shift pull=24 push=8
-
diff --git a/arch/powerpc/cpu/mpc85xx/speed.c b/arch/powerpc/cpu/mpc85xx/speed.c
index c4c156d..a83dfeb 100644
--- a/arch/powerpc/cpu/mpc85xx/speed.c
+++ b/arch/powerpc/cpu/mpc85xx/speed.c
@@ -112,7 +112,7 @@
#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
diff --git a/arch/x86/cpu/sc520/sc520.c b/arch/x86/cpu/sc520/sc520.c
index 8c410a2..726a325 100644
--- a/arch/x86/cpu/sc520/sc520.c
+++ b/arch/x86/cpu/sc520/sc520.c
@@ -64,4 +64,3 @@
return x86_cpu_init_r();
}
-
diff --git a/board/freescale/common/sdhc_boot.c b/board/freescale/common/sdhc_boot.c
index 964c6b8..e432318 100644
--- a/board/freescale/common/sdhc_boot.c
+++ b/board/freescale/common/sdhc_boot.c
@@ -61,4 +61,3 @@
return 0;
}
-
diff --git a/board/ti/beagle/led.c b/board/ti/beagle/led.c
index df26552..08f95a0 100644
--- a/board/ti/beagle/led.c
+++ b/board/ti/beagle/led.c
@@ -88,4 +88,3 @@
}
#endif
}
-
diff --git a/common/cmd_led.c b/common/cmd_led.c
index f1e8a62..c53195f 100644
--- a/common/cmd_led.c
+++ b/common/cmd_led.c
@@ -96,7 +96,7 @@
}
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) {
diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation
index 45f5ea7..5a9a2fb 100644
--- a/doc/README.arm-relocation
+++ b/doc/README.arm-relocation
@@ -177,9 +177,9 @@
baudrate = XXXXXXXXXX
TLB addr = XXXXXXXXXX
relocaddr = 0x8ff08000
- ^^^^^^^^^^
+ ^^^^^^^^^^
reloc off = XXXXXXXXXX
-irq_sp = XXXXXXXXXX
+irq_sp = XXXXXXXXXX
sp start = XXXXXXXXXX
FB base = XXXXXXXXXX
diff --git a/doc/README.p1022ds b/doc/README.p1022ds
index 473ecf6..04d9197 100644
--- a/doc/README.p1022ds
+++ b/doc/README.p1022ds
@@ -21,4 +21,3 @@
'setenv hwconfig 'audclk:12;tdm' --- error !
'setenv hwconfig 'audclk:11;tdm' --- error !
'setenv hwconfig 'audclk:10' --- error !
-
diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c
index 3233ff2..a7d04b7 100644
--- a/drivers/misc/fsl_law.c
+++ b/drivers/misc/fsl_law.c
@@ -247,13 +247,13 @@
#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);
}
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 1d089a7..21aedba 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -434,14 +434,14 @@
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;
diff --git a/drivers/net/phy/generic_10g.c b/drivers/net/phy/generic_10g.c
index 315c508..60dec45 100644
--- a/drivers/net/phy/generic_10g.c
+++ b/drivers/net/phy/generic_10g.c
@@ -102,4 +102,3 @@
.startup = gen10g_startup,
.shutdown = gen10g_shutdown,
};
-
diff --git a/drivers/net/tsec.c b/drivers/net/tsec.c
index 06e5834..78ffc95 100644
--- a/drivers/net/tsec.c
+++ b/drivers/net/tsec.c
@@ -593,4 +593,3 @@
return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info));
}
-
diff --git a/include/configs/P3041DS.h b/include/configs/P3041DS.h
index 46f91cc..d9e8f51 100644
--- a/include/configs/P3041DS.h
+++ b/include/configs/P3041DS.h
@@ -34,4 +34,3 @@
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#include "corenet_ds.h"
-
diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h
index 6d279b3..dd8d442 100644
--- a/include/configs/P5020DS.h
+++ b/include/configs/P5020DS.h
@@ -34,4 +34,3 @@
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
#include "corenet_ds.h"
-
diff --git a/include/fsl_mdio.h b/include/fsl_mdio.h
index 17ca79c..ea8b54b 100644
--- a/include/fsl_mdio.h
+++ b/include/fsl_mdio.h
@@ -59,4 +59,3 @@
int fsl_pq_mdio_init(bd_t *bis, struct fsl_pq_mdio_info *info);
#endif /* __FSL_PHY_H__ */
-