lkml.org 
[lkml]   [2024]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] backtracetest: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/backtracetest.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
Andrew, 'b4 -c' doesn't show any maintainers for this file, so
adding you for guidance.
---
kernel/backtracetest.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/backtracetest.c b/kernel/backtracetest.c
index a4181234232b..2dfe66b9ed76 100644
--- a/kernel/backtracetest.c
+++ b/kernel/backtracetest.c
@@ -74,5 +74,6 @@ static void exitf(void)

module_init(backtrace_regression_test);
module_exit(exitf);
+MODULE_DESCRIPTION("Simple stack backtrace regression test module");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Arjan van de Ven <arjan@linux.intel.com>");
---
base-commit: 674143feb6a8c02d899e64e2ba0f992896afd532
change-id: 20240518-md-backtracetest-ce730391d47f

\
 
 \ /
  Last update: 2024-05-19 01:12    [W:1.313 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site