]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
syscalls-x86-add-__nr_kcmp-syscall-v8-fix-2
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Apr 2012 00:08:35 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 4 Apr 2012 03:22:15 +0000 (13:22 +1000)
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/kcmp.c

index 69f936280df9eff2022338a95fffc439899179a2..2a9df754afc5eded5b9e944a122aa494464d675e 100644 (file)
@@ -151,7 +151,7 @@ SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type,
                               task2->sysvsem.undo_list,
                               KCMP_SYSVSEM);
 #else
-               ret = -EOPNOTSUP;
+               ret = -EOPNOTSUPP;
 #endif
                break;
        default: