Browse Source

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>
Li Bin 9 years ago
parent
commit
9d2099ab05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/ftrace.c

+ 1 - 1
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>
  *