[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1225796301.7803.1648.camel@twins>
Date: Tue, 04 Nov 2008 11:58:21 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Steven Rostedt <rostedt@...dmis.org>
Subject: [PATCH] ftrace: sysctl typo
Steve must have needed more coffee ;-)
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists