]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULES
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 20 Jan 2025 17:57:45 +0000 (12:57 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Mon, 20 Jan 2025 18:03:23 +0000 (13:03 -0500)
commita925df6f5036013b6592eef28f7ec4a45bf465a9
treed9e7161c9fdd6dd0cb5d07ad2017f1c917a3c4d2
parent542079b4b12e89f82c8a689b6e9b119ab7d52018
tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULES

A typo was introduced when adding the ":mod:" command that did
a "#if CONFIG_MODULES" instead of a "#ifdef CONFIG_MODULES".
Fix it.

Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/20250120125745.4ac90ca6@gandalf.local.home
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501190121.E2CIJuUj-lkp@intel.com/
Fixes: b355247df104e ("tracing: Cache ":mod:" events for modules not loaded yet")
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events.c