]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/sibyte/board.h
[MIPS] checkfiles: Fix "need space after that ','" errors.
[linux-2.6-omap-h63xx.git] / include / asm-mips / sibyte / board.h
index 73bce901a3780df9ba81e9fa77445b68ce453660..da198a1c8c8187045a1dc78fe6a4b4ef34908640 100644 (file)
@@ -41,7 +41,7 @@
 #ifdef __ASSEMBLY__
 
 #ifdef LEDS_PHYS
-#define setleds(t0,t1,c0,c1,c2,c3) \
+#define setleds(t0, t1, c0, c1, c2, c3) \
        li      t0, (LEDS_PHYS|0xa0000000); \
        li      t1, c0; \
        sb      t1, 0x18(t0); \
@@ -52,7 +52,7 @@
        li      t1, c3; \
        sb      t1, 0x00(t0)
 #else
-#define setleds(t0,t1,c0,c1,c2,c3)
+#define setleds(t0, t1, c0, c1, c2, c3)
 #endif /* LEDS_PHYS */
 
 #else