[U-Boot] [PATCH v2 1/5] mx31ads: Fix coding style
Fabio Estevam
festevam at gmail.com
Wed Oct 5 03:02:32 CEST 2011
Fix warning generated by checkpatch.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v1:
- Fix typo on subject
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