aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl_binary.c')
-rw-r--r--kernel/sysctl_binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index 775cc49da622..642019894299 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -135,7 +135,7 @@ static void deprecated_sysctl_warning(const int *name, int nlen)
135 return; 135 return;
136} 136}
137 137
138int do_sysctl(int __user *args_name, int nlen, 138static int do_sysctl(int __user *args_name, int nlen,
139 void __user *oldval, size_t __user *oldlenp, 139 void __user *oldval, size_t __user *oldlenp,
140 void __user *newval, size_t newlen) 140 void __user *newval, size_t newlen)
141{ 141{