aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2008-11-04 05:58:21 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-04 07:04:40 -0500
commit3299b4dd1180762da831be5eb6adc44553eaec26 (patch)
tree54bd3323d7e2fb85a11f94742c4272b1000f7f88 /kernel/sysctl.c
parent69f698adcf43930a283f630395a1bb781962cfe6 (diff)
ftrace: sysctl typo
Impact: fix sysctl name typo Steve must have needed more coffee ;-) Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
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,