projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a29054d
)
x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
author
Li Bin
<huawei.libin@huawei.com>
Mon, 28 Dec 2015 08:35:07 +0000
(16:35 +0800)
committer
Steven Rostedt
<rostedt@goodmis.org>
Fri, 18 Mar 2016 19:54:01 +0000
(15:54 -0400)
Fix the misleading comment for arch/x86/kernel/ftrace.c that it
had used nop instead of jmp.
Signed-off-by: Li Bin <huawei.libin@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/x86/kernel/ftrace.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/ftrace.c
b/arch/x86/kernel/ftrace.c
index 29408d6d66267c12ce4eab826e38bac3d8367d17..1b7d7e4fd7b05792932536a72b1440dc5a0d16ee 100644
(file)
--- a/
arch/x86/kernel/ftrace.c
+++ b/
arch/x86/kernel/ftrace.c
@@
-1,5
+1,5
@@
/*
- *
Code for replacing ftrace calls with jumps
.
+ *
Dynamic function tracing support
.
*
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
*