[PATCH] ftrace: sysctl typo

From: Peter Zijlstra
Date: Tue Nov 04 2008 - 05:57:55 EST


Steve must have needed more coffee ;-)

Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
---
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,

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/