]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tracing: probes: fix typo in a log message
authorMartin Kaiser <martin@kaiser.cx>
Wed, 24 Jun 2026 23:34:45 +0000 (08:34 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Wed, 24 Jun 2026 23:34:45 +0000 (08:34 +0900)
Fix a typo ("Invalid $-variable") in a log message.

Link: https://lore.kernel.org/all/20260507081041.885781-4-martin@kaiser.cx/
Fixes: ab105a4fb894 ("tracing: Use tracing error_log with probe events")
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
kernel/trace/trace_probe.h

index 15758cc11fc620d09e711ac16615b6290e1c86d0..0f09f7aaf93fbbf2f963513fa9208878618c6ef1 100644 (file)
@@ -511,7 +511,7 @@ extern int traceprobe_define_arg_fields(struct trace_event_call *event_call,
        C(NO_RETVAL,            "This function returns 'void' type"),   \
        C(BAD_STACK_NUM,        "Invalid stack number"),                \
        C(BAD_ARG_NUM,          "Invalid argument number"),             \
-       C(BAD_VAR,              "Invalid $-valiable specified"),        \
+       C(BAD_VAR,              "Invalid $-variable specified"),        \
        C(BAD_REG_NAME,         "Invalid register name"),               \
        C(BAD_MEM_ADDR,         "Invalid memory address"),              \
        C(BAD_IMM,              "Invalid immediate value"),             \