Skip to content

Commit 23748e3

Browse files
jeff-t-johnsonrostedt
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/20240518-md-preemptirq_delay_test-v1-1-387d11b30d85@quicinc.com Cc: stable@vger.kernel.org Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Fixes: f96e857 ("lib: Add module for testing preemptoff/irqsoff latency tracers") Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent c2274b9 commit 23748e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/trace/preemptirq_delay_test.c

Lines changed: 1 addition & 0 deletions
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)