summaryrefslogtreecommitdiffstats
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 e1e5a354854e..6c9bb62ed046 100644
--- a/kernel/seccomp.c
+++ b/kernel/seccomp.c
@@ -915,7 +915,7 @@ long seccomp_get_filter(struct task_struct *task, unsigned long filter_off,
915 915
916 fprog = filter->prog->orig_prog; 916 fprog = filter->prog->orig_prog;
917 if (!fprog) { 917 if (!fprog) {
918 /* This must be a new non-cBPF filter, since we save every 918 /* This must be a new non-cBPF filter, since we save
919 * every cBPF filter's orig_prog above when 919 * every cBPF filter's orig_prog above when
920 * CONFIG_CHECKPOINT_RESTORE is enabled. 920 * CONFIG_CHECKPOINT_RESTORE is enabled.
921 */ 921 */