diff options
author | Li Bin <huawei.libin@huawei.com> | 2015-12-28 11:35:07 +0300 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2016-03-18 22:54:01 +0300 |
commit | 9d2099ab054558af0b3d4860b68a11aff420aa40 (patch) | |
tree | bb76949b6432096c31b97f8448c8c24c62cf9469 /arch/x86/kernel/ftrace.c | |
parent | a29054d9478d0435ab01b7544da4f674ab13f533 (diff) | |
download | linux-9d2099ab054558af0b3d4860b68a11aff420aa40.tar.xz |
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>
Diffstat (limited to 'arch/x86/kernel/ftrace.c')
-rw-r--r-- | arch/x86/kernel/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <srostedt@redhat.com> * |