summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx31ads
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-10-13 05:34:59 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:32 +0200
commit77f11a99e14ce10ebc3b26a39a976a0827b88f86 (patch)
treed1c7eefc9478cbede388e65978521e877a614b58 /board/freescale/mx31ads
parentf8f96129bf4044fe980d6096d45e69b953d87041 (diff)
downloadblackbird-obmc-uboot-77f11a99e14ce10ebc3b26a39a976a0827b88f86.tar.gz
blackbird-obmc-uboot-77f11a99e14ce10ebc3b26a39a976a0827b88f86.zip
imx: fix coding style
Fix checkpatch warning and errors in several i.MX related files. While at it also address a checkpatch warning at arch/arm/cpu/armv7/mx5/soc.c regarding the usage of extern in a C file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/freescale/mx31ads')
-rw-r--r--board/freescale/mx31ads/mx31ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx31ads/mx31ads.c b/board/freescale/mx31ads/mx31ads.c
index c66883793c..1def0d9284 100644
--- a/board/freescale/mx31ads/mx31ads.c
+++ b/board/freescale/mx31ads/mx31ads.c
@@ -112,7 +112,7 @@ int board_init(void)
return 0;
}
-int checkboard (void)
+int checkboard(void)
{
printf("Board: MX31ADS\n");
return 0;
OpenPOWER on IntegriCloud