]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 29408d6d66267c12ce4eab826e38bac3d8367d17..1b7d7e4fd7b05792932536a72b1440dc5a0d16ee 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>
  *