]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tracing: Fix comment in trace_module_remove_events()
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 10 Jul 2025 13:56:28 +0000 (09:56 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 23 Jul 2025 00:28:54 +0000 (20:28 -0400)
Fix typo "allocade" -> "allocated".

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://lore.kernel.org/20250710095628.42ed6b06@batman.local.home
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events.c

index 0980f4def36003d87a622a1fc17f1633fd569400..6c0783fc4c2c53d4677956df834be8121ab8ea88 100644 (file)
@@ -3695,7 +3695,7 @@ static void trace_module_remove_events(struct module *mod)
                if (call->module == mod)
                        __trace_remove_event_call(call);
        }
-       /* Check for any strings allocade for this module */
+       /* Check for any strings allocated for this module */
        list_for_each_entry_safe(modstr, m, &module_strings, next) {
                if (modstr->module != mod)
                        continue;