Skip to content

Commit 97d6a9c

Browse files
haiyuewarostedt
authored andcommitted
fgraph: Correct typo in ftrace_return_to_handler comment
Cc: Masami Hiramatsu <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Haiyue Wang <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent d082ecb commit 97d6a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/fgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ __ftrace_return_to_handler(struct ftrace_regs *fregs, unsigned long frame_pointe
865865
}
866866

867867
/*
868-
* After all architecures have selected HAVE_FUNCTION_GRAPH_FREGS, we can
868+
* After all architectures have selected HAVE_FUNCTION_GRAPH_FREGS, we can
869869
* leave only ftrace_return_to_handler(fregs).
870870
*/
871871
#ifdef CONFIG_HAVE_FUNCTION_GRAPH_FREGS

0 commit comments

Comments
 (0)