Coding Style cleanup: remove trailing empty lines
authorWolfgang Denk <wd@denx.de>
Sun, 27 Mar 2011 19:48:08 +0000 (21:48 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 27 Mar 2011 19:48:08 +0000 (21:48 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
arch/i386/config.mk
arch/sh/config.mk
board/eNET/eNET_start.S
board/nvidia/common/board.c
board/renesas/sh7757lcr/Makefile
board/renesas/sh7757lcr/spi-boot.c
doc/README.sh7757lcr
drivers/spi/sh_spi.c
drivers/spi/sh_spi.h
drivers/usb/eth/usb_ether.c
drivers/usb/gadget/rndis.c

index 67aac0d..47e0fb4 100644 (file)
@@ -40,4 +40,3 @@ PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions
 
 LDFLAGS_FINAL += --gc-sections -pie
 LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
-
index 48393b5..cd851f5 100644 (file)
@@ -37,4 +37,3 @@ LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
 else
 LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
 endif
-
index 1b3d289..0dec7ea 100644 (file)
@@ -28,4 +28,3 @@
 early_board_init:
        /* No 32-bit board specific initialisation */
        jmp     early_board_init_ret
-
index b2c412c..369cb22 100644 (file)
@@ -190,4 +190,3 @@ int board_init(void)
 
        return 0;
 }
-
index e2e46ba..dd14d7c 100644 (file)
@@ -40,4 +40,3 @@ include $(SRCTREE)/rules.mk
 sinclude $(obj).depend
 
 #########################################################################
-
index 823844e..71dcf5d 100644 (file)
@@ -106,4 +106,3 @@ void __uses_spiboot2 spiboot_main(void)
 
        _start();
 }
-
index cae14e0..49fea50 100644 (file)
@@ -61,4 +61,3 @@ You can write MAC address to SPI ROM.
                 ETHERC ch1 = 00:00:87:6c:21:81
                GETHERC ch0 = 00:00:87:6c:21:82
                GETHERC ch1 = 00:00:87:6c:21:83
-
index ba43bec..78c7f1a 100644 (file)
@@ -258,4 +258,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
 {
 
 }
-
index b1cf98c..dd8f937 100644 (file)
@@ -76,4 +76,3 @@ static inline struct sh_spi *to_sh_spi(struct spi_slave *slave)
 }
 
 #endif
-
index 9e3d006..68a0883 100644 (file)
@@ -147,4 +147,3 @@ int usb_host_eth_scan(int mode)
                return 0;
        return -1;
 }
-
index 886c093..404a7b9 100644 (file)
@@ -1314,4 +1314,3 @@ void rndis_exit(void)
 {
        /* Nothing to do */
 }
-