aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 7ef355dd3dca..13ae64001fec 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1082,8 +1082,8 @@ SYSCALL_DEFINE1(exit_group, int, error_code)
1082 1082
1083struct wait_opts { 1083struct wait_opts {
1084 enum pid_type wo_type; 1084 enum pid_type wo_type;
1085 struct pid *wo_pid;
1086 int wo_flags; 1085 int wo_flags;
1086 struct pid *wo_pid;
1087 1087
1088 struct siginfo __user *wo_info; 1088 struct siginfo __user *wo_info;
1089 int __user *wo_stat; 1089 int __user *wo_stat;