Skip to content

Commit b8ec330

Browse files
libin2015rostedt
authored andcommitted
ftrace: Fix a typo in comment
s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTRACE_OPS/ Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Li Bin <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
1 parent 39daa7b commit b8ec330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/ftrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5263,7 +5263,7 @@ __ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,
52635263
* being NULL, or CONFIG_DYNAMIC_FTRACE_WITH_REGS.
52645264
* Note, CONFIG_DYNAMIC_FTRACE_WITH_REGS expects a full regs to be saved.
52655265
* An architecture can pass partial regs with ftrace_ops and still
5266-
* set the ARCH_SUPPORT_FTARCE_OPS.
5266+
* set the ARCH_SUPPORTS_FTRACE_OPS.
52675267
*/
52685268
#if ARCH_SUPPORTS_FTRACE_OPS
52695269
static void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,

0 commit comments

Comments
 (0)