]> Pileus Git - ~andy/linux/blobdiff - ipc/compat.c
selftests: IPC message queue copy feature test
[~andy/linux] / ipc / compat.c
index eb3ea16d2d1dd351d69c27156d096578188938f8..2547f29dcd1b5e00ab93ed37c594e93d6e1f5b75 100644 (file)
@@ -365,7 +365,8 @@ long compat_sys_msgrcv(int first, int second, int msgtyp, int third,
                uptr = compat_ptr(ipck.msgp);
                msgtyp = ipck.msgtyp;
        }
-       return do_msgrcv(first, uptr, second, msgtyp, third, compat_do_msg_fill);
+       return do_msgrcv(first, uptr, second, msgtyp, third,
+                        compat_do_msg_fill);
 }
 #else
 long compat_sys_semctl(int semid, int semnum, int cmd, int arg)