projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2bfec
)
ftrace: Fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:31 +0000
(13:11 +0200)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 27 May 2022 01:13:00 +0000
(21:13 -0400)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Link:
https://lkml.kernel.org/r/20220521111145.81697-81-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ftrace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/ftrace.c
b/kernel/trace/ftrace.c
index 852c731cbd9a2ac405e7d3d6d13a5a58c6a7b235..fb8f08b4bd41918370ee99e0e647175608f2965d 100644
(file)
--- a/
kernel/trace/ftrace.c
+++ b/
kernel/trace/ftrace.c
@@
-119,7
+119,7
@@
struct ftrace_ops __rcu *ftrace_ops_list __read_mostly = &ftrace_list_end;
ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub;
struct ftrace_ops global_ops;
-/* Defined by vmlinux.lds.h see the comm
m
ent above arch_ftrace_ops_list_func for details */
+/* Defined by vmlinux.lds.h see the comment above arch_ftrace_ops_list_func for details */
void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip,
struct ftrace_ops *op, struct ftrace_regs *fregs);