smdk2410: clean up checkpatch issues
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 23 Oct 2015 07:12:28 +0000 (16:12 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 2 Nov 2015 01:38:22 +0000 (10:38 +0900)
commit9eae8441251188287ddd706196596a3117802449
tree052b496cd40193b9110c5273d376846a17b50166
parent6b949ba8243342906a1f4a2e6f1f8c307de40ffd
smdk2410: clean up checkpatch issues

This patch will fix these checkpatch issues.

ERROR: spaces required around that '==' (ctx:VxV)
+#if FCLK_SPEED==0 /* Fout = 203MHz, Fin = 12MHz for Audio */

ERROR: spaces required around that '==' (ctx:VxV)
+#elif FCLK_SPEED==1 /* Fout = 202.8MHz */

ERROR: spaces required around that '==' (ctx:VxV)
+#if USB_CLOCK==0

ERROR: spaces required around that '==' (ctx:VxV)
+#elif USB_CLOCK==1

CHECK: spaces required around that ':' (ctx:VxV)
+   "bne 1b":"=r" (loops):"0" (loops));

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk2410/smdk2410.c