mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
ftrace: sysctl typo
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>
This commit is contained in:
parent
69f698adcf
commit
3299b4dd11
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ static struct ctl_table kern_table[] = {
|
||||||
#ifdef CONFIG_TRACING
|
#ifdef CONFIG_TRACING
|
||||||
{
|
{
|
||||||
.ctl_name = CTL_UNNUMBERED,
|
.ctl_name = CTL_UNNUMBERED,
|
||||||
.procname = "ftrace_dump_on_opps",
|
.procname = "ftrace_dump_on_oops",
|
||||||
.data = &ftrace_dump_on_oops,
|
.data = &ftrace_dump_on_oops,
|
||||||
.maxlen = sizeof(int),
|
.maxlen = sizeof(int),
|
||||||
.mode = 0644,
|
.mode = 0644,
|
||||||
|
|
Loading…
Reference in a new issue