]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tracing: Fix typo in trace_probe.c
authorMaurice Hieronymus <mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:34 +0000 (23:18 +0100)
committerSteven 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

index 5cbdc423afebcf33cddc6a4a32474c67f2e6278f..abf7cf2b6b6553ffb44f70d6bc1c41b38929c821 100644 (file)
@@ -516,7 +516,7 @@ static void clear_btf_context(struct traceprobe_parse_context *ctx)
        }
 }
 
-/* Return 1 if the field separater is arrow operator ('->') */
+/* Return 1 if the field separator is arrow operator ('->') */
 static int split_next_field(char *varname, char **next_field,
                            struct traceprobe_parse_context *ctx)
 {