]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ftrace: sysctl typo
authorPeter Zijlstra <peterz@infradead.org>
Tue, 4 Nov 2008 10:58:21 +0000 (11:58 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Nov 2008 12:04:40 +0000 (13:04 +0100)
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>
kernel/sysctl.c

index 6b6b727258b52d36b2f0cda8c804f4fa8d59e62b..65d4a9ba79e42b41940e7b6fe5c9a379cb28c857 100644 (file)
@@ -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,