x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
authorLi Bin <huawei.libin@huawei.com>
Mon, 28 Dec 2015 08:35:07 +0000 (16:35 +0800)
committerSteven 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

index 29408d6..1b7d7e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Code for replacing ftrace calls with jumps.
+ * Dynamic function tracing support.
  *
  * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
  *