Skip to content

Commit 23748e3

Browse files
Jeff Johnsonrostedt
Jeff Johnson
authored andcommitted
tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/trace/preemptirq_delay_test.o Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Cc: [email protected] Cc: Mathieu Desnoyers <[email protected]> Fixes: f96e857 ("lib: Add module for testing preemptoff/irqsoff latency tracers") Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent c2274b9 commit 23748e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/trace/preemptirq_delay_test.c

+1
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,5 @@ static void __exit preemptirq_delay_exit(void)
215215

216216
module_init(preemptirq_delay_init)
217217
module_exit(preemptirq_delay_exit)
218+
MODULE_DESCRIPTION("Preempt / IRQ disable delay thread to test latency tracers");
218219
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)