* [PATCH] ftrace: sysctl typo
@ 2008-11-04 10:58 Peter Zijlstra
0 siblings, 0 replies; only message in thread
From: Peter Zijlstra @ 2008-11-04 10:58 UTC (permalink / raw)
To: linux-kernel; +Cc: Ingo Molnar, Steven Rostedt
Steve must have needed more coffee ;-)
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 531153a..d747caf 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -488,7 +488,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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-04 10:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 10:58 [PATCH] ftrace: sysctl typo Peter Zijlstra
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.