Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d2099ab authored by Li Bin's avatar Li Bin Committed by Steven Rostedt
Browse files

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: default avatarLi Bin <huawei.libin@huawei.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent a29054d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * Code for replacing ftrace calls with jumps.
 * Dynamic function tracing support.
 *
 * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
 *