[U-Boot] [PATCH 1/5] mx31ads: Fix Codying Style
    Fabio Estevam 
    festevam at gmail.com
       
    Sun Oct  2 20:57:25 CEST 2011
    
    
  
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 board/freescale/mx31ads/mx31ads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c
index 4dd1e63..a8a9ddb 100644
--- a/board/freescale/mx31ads/mx31ads.c
+++ b/board/freescale/mx31ads/mx31ads.c
@@ -104,7 +104,7 @@ int board_init(void)
 	return 0;
 }
 
-int checkboard (void)
+int checkboard(void)
 {
 	printf("Board: MX31ADS\n");
 	return 0;
-- 
1.7.1
    
    
More information about the U-Boot
mailing list