aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/seccomp.c b/kernel/seccomp.c
index b7a10048a32c..0e004a70f63a 100644
--- a/kernel/seccomp.c
+++ b/kernel/seccomp.c
@@ -293,7 +293,7 @@ fail:
293 * 293 *
294 * Returns 0 on success and non-zero otherwise. 294 * Returns 0 on success and non-zero otherwise.
295 */ 295 */
296long seccomp_attach_user_filter(char __user *user_filter) 296static long seccomp_attach_user_filter(char __user *user_filter)
297{ 297{
298 struct sock_fprog fprog; 298 struct sock_fprog fprog;
299 long ret = -EFAULT; 299 long ret = -EFAULT;