Skip to content

Commit

Permalink
trace: Fix typo in allocate_ftrace_ops()'s comment
Browse files Browse the repository at this point in the history
No functional change, just correct the word.

Link: https://lkml.kernel.org/r/[email protected]

Signed-off-by: Wei Yang <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
  • Loading branch information
weiyang-linux authored and rostedt committed Jun 17, 2020
1 parent 4649079 commit 48a42f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static int allocate_ftrace_ops(struct trace_array *tr)
if (!ops)
return -ENOMEM;

/* Currently only the non stack verision is supported */
/* Currently only the non stack version is supported */
ops->func = function_trace_call;
ops->flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_PID;

Expand Down

0 comments on commit 48a42f5

Please sign in to comment.