Skip to content

Commit 502ffa4

Browse files
committed
tracing: Fix comment in trace_module_remove_events()
Fix typo "allocade" -> "allocated". Cc: Masami Hiramatsu <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 07c3f39 commit 502ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,7 @@ static void trace_module_remove_events(struct module *mod)
36953695
if (call->module == mod)
36963696
__trace_remove_event_call(call);
36973697
}
3698-
/* Check for any strings allocade for this module */
3698+
/* Check for any strings allocated for this module */
36993699
list_for_each_entry_safe(modstr, m, &module_strings, next) {
37003700
if (modstr->module != mod)
37013701
continue;

0 commit comments

Comments
 (0)