Skip to content

Commit

Permalink
x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Li Bin authored and Steven Rostedt committed Mar 18, 2016
1 parent a29054d commit 9d2099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/ftrace.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Code for replacing ftrace calls with jumps.
* Dynamic function tracing support.
*
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
*
Expand Down

0 comments on commit 9d2099a

Please sign in to comment.