[MIPS] checkfiles: Fix "need space after that ','" errors.
[deliverable/linux.git] / arch / mips / kernel / smtc.c
index 770182887c5b87330d01e95f76d22570ad39d5a7..4d91e2f455c076569ea61b0853f97ff924b7507d 100644 (file)
@@ -180,7 +180,7 @@ void __init sanitize_tlb_entries(void)
 
 static void smtc_configure_tlb(void)
 {
-       int i,tlbsiz,vpes;
+       int i, tlbsiz, vpes;
        unsigned long mvpconf0;
        unsigned long config1val;
 
@@ -423,7 +423,7 @@ void mipsmt_prepare_cpus(void)
                         * code.  Leave it alone!
                         */
                        if (tc != 0) {
-                               smtc_tc_setup(vpe,tc, cpu);
+                               smtc_tc_setup(vpe, tc, cpu);
                                cpu++;
                        }
                        printk(" %d", tc);
@@ -431,7 +431,7 @@ void mipsmt_prepare_cpus(void)
                }
                if (slop) {
                        if (tc != 0) {
-                               smtc_tc_setup(vpe,tc, cpu);
+                               smtc_tc_setup(vpe, tc, cpu);
                                cpu++;
                        }
                        printk(" %d", tc);
This page took 0.02478 seconds and 5 git commands to generate.