[U-Boot] [PATCH 3/5] tx25: Fix Codying Style
Fabio Estevam
festevam at gmail.com
Sun Oct 2 20:57:27 CEST 2011
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
board/karo/tx25/tx25.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/karo/tx25/tx25.c b/board/karo/tx25/tx25.c
index 307ffd0..bbf12ec 100644
--- a/board/karo/tx25/tx25.c
+++ b/board/karo/tx25/tx25.c
@@ -157,7 +157,7 @@ int board_late_init(void)
return 0;
}
-int dram_init (void)
+int dram_init(void)
{
/* dram_init must store complete ramsize in gd->ram_size */
gd->ram_size = get_ram_size((void *)PHYS_SDRAM_1,
--
1.7.1
More information about the U-Boot
mailing list