]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/kspd.c
[MIPS] checkfiles: Fix "need space after that ','" errors.
[linux-2.6-omap-h63xx.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;