diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 6b6b727258b5..65d4a9ba79e4 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -487,7 +487,7 @@ static struct ctl_table kern_table[] = { | |||
487 | #ifdef CONFIG_TRACING | 487 | #ifdef CONFIG_TRACING |
488 | { | 488 | { |
489 | .ctl_name = CTL_UNNUMBERED, | 489 | .ctl_name = CTL_UNNUMBERED, |
490 | .procname = "ftrace_dump_on_opps", | 490 | .procname = "ftrace_dump_on_oops", |
491 | .data = &ftrace_dump_on_oops, | 491 | .data = &ftrace_dump_on_oops, |
492 | .maxlen = sizeof(int), | 492 | .maxlen = sizeof(int), |
493 | .mode = 0644, | 493 | .mode = 0644, |