[MIPS] checkfiles: Fix "need space after that ','" errors.
[deliverable/linux.git] / arch / mips / kernel / kspd.c
index 1ed1766065484c64af799d1928b1c541a36711af..d2c2e00e5864ff67802e811acc74fd74a889da08 100644 (file)
@@ -239,7 +239,7 @@ void sp_work_handle_request(void)
        case MTSP_SYSCALL_GETTOD:
                memset(&tz, 0, sizeof(tz));
                if ((ret.retval = sp_syscall(__NR_gettimeofday, (int)&tv,
-                                            (int)&tz, 0,0)) == 0)
+                                            (int)&tz, 0, 0)) == 0)
                ret.retval = tv.tv_sec;
                break;
 
This page took 0.024892 seconds and 5 git commands to generate.