]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/mips/kernel/vpe.c
[MIPS] checkfiles: Fix "need space after that ','" errors.
[mirror_ubuntu-artful-kernel.git] / arch / mips / kernel / vpe.c
index 3c09b9785f4cbfe8708bcc51bb8026648126f34e..45077c4b2e2255b9015a0ca6b5291b4c6e88c75e 100644 (file)
@@ -1044,7 +1044,7 @@ static int getcwd(char *buff, int size)
        old_fs = get_fs();
        set_fs(KERNEL_DS);
 
-       ret = sys_getcwd(buff,size);
+       ret = sys_getcwd(buff, size);
 
        set_fs(old_fs);