From: Li Bin <[email protected]> Fix the misleading comment for arch/x86/kernel/ftrace.c that it had used nop instead of jmp.
Signed-off-by: Li Bin <[email protected]> Signed-off-by: Steven Rostedt <[email protected]> --- arch/x86/kernel/ftrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/ftrace.c b/arch/x86/kernel/ftrace.c index 29408d6d6626..1b7d7e4fd7b0 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 <[email protected]> * -- 2.7.0

