aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
diff options
context:
space:
mode:
authorLi Bin <huawei.libin@huawei.com>2015-12-28 16:35:07 +0800
committerSteven Rostedt <rostedt@goodmis.org>2016-03-18 15:54:01 -0400
commit9d2099ab054558af0b3d4860b68a11aff420aa40 (patch)
treebb76949b6432096c31b97f8448c8c24c62cf9469 /arch/x86/kernel/ftrace.c
parenttracing: Fix crash from reading trace_pipe with sendfile (diff)
downloadlinux-dev-9d2099ab054558af0b3d4860b68a11aff420aa40.tar.xz
linux-dev-9d2099ab054558af0b3d4860b68a11aff420aa40.zip
x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
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>
Diffstat (limited to 'arch/x86/kernel/ftrace.c')
-rw-r--r--arch/x86/kernel/ftrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c
index 29408d6d6626..1b7d7e4fd7b0 100644
--- 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>
*