Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3299b4dd authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar
Browse files

ftrace: sysctl typo



Impact: fix sysctl name typo

Steve must have needed more coffee ;-)

Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 69f698ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,