projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f698a
)
ftrace: sysctl typo
author
Peter Zijlstra
<peterz@infradead.org>
Tue, 4 Nov 2008 10:58:21 +0000
(11:58 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 4 Nov 2008 12:04:40 +0000
(13:04 +0100)
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>
kernel/sysctl.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index 6b6b727258b52d36b2f0cda8c804f4fa8d59e62b..65d4a9ba79e42b41940e7b6fe5c9a379cb28c857 100644
(file)
--- a/
kernel/sysctl.c
+++ b/
kernel/sysctl.c
@@
-487,7
+487,7
@@
static struct ctl_table kern_table[] = {
#ifdef CONFIG_TRACING
{
.ctl_name = CTL_UNNUMBERED,
- .procname = "ftrace_dump_on_o
p
ps",
+ .procname = "ftrace_dump_on_o
o
ps",
.data = &ftrace_dump_on_oops,
.maxlen = sizeof(int),
.mode = 0644,