diff options
author | Peter Zijlstra <peterz@infradead.org> | 2008-11-04 11:58:21 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-04 13:04:40 +0100 |
commit | 3299b4dd1180762da831be5eb6adc44553eaec26 (patch) | |
tree | 54bd3323d7e2fb85a11f94742c4272b1000f7f88 /kernel/sysctl.c | |
parent | 69f698adcf43930a283f630395a1bb781962cfe6 (diff) | |
download | blackbird-op-linux-3299b4dd1180762da831be5eb6adc44553eaec26.tar.gz blackbird-op-linux-3299b4dd1180762da831be5eb6adc44553eaec26.zip |
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.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[] = { #ifdef CONFIG_TRACING { .ctl_name = CTL_UNNUMBERED, - .procname = "ftrace_dump_on_opps", + .procname = "ftrace_dump_on_oops", .data = &ftrace_dump_on_oops, .maxlen = sizeof(int), .mode = 0644, |