summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Bin <huawei.libin@huawei.com>2015-12-28 08:35:07 (GMT)
committerSteven Rostedt <rostedt@goodmis.org>2016-03-18 19:54:01 (GMT)
commit9d2099ab054558af0b3d4860b68a11aff420aa40 (patch)
treebb76949b6432096c31b97f8448c8c24c62cf9469
parenta29054d9478d0435ab01b7544da4f674ab13f533 (diff)
downloadlinux-9d2099ab054558af0b3d4860b68a11aff420aa40.tar.xz
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>
-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 29408d6..1b7d7e4 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>
*