projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3f733
)
tracing: Fix typo in trace_probe.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:34 +0000
(23:18 +0100)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:41 +0000
(15:43 -0500)
Fix typo "separater" to "separator".
Link:
https://patch.msgid.link/20251121221835.28032-14-mhi@mailbox.org
Signed-off-by: Maurice Hieronymus <mhi@mailbox.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_probe.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_probe.c
b/kernel/trace/trace_probe.c
index
5cbdc42
..
abf7cf2
100644
(file)
--- a/
kernel/trace/trace_probe.c
+++ b/
kernel/trace/trace_probe.c
@@
-516,7
+516,7
@@
static void clear_btf_context(struct traceprobe_parse_context *ctx)
}
}
-/* Return 1 if the field separat
e
r is arrow operator ('->') */
+/* Return 1 if the field separat
o
r is arrow operator ('->') */
static int split_next_field(char *varname, char **next_field,
struct traceprobe_parse_context *ctx)
{