From: Li Bin Date: Mon, 28 Dec 2015 08:35:07 +0000 (+0800) Subject: x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d2099ab054558af0b3d4860b68a11aff420aa40;p=linux-beck.git 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 Signed-off-by: Steven Rostedt --- 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 *