Skip to content

Commit 82a9d6b

Browse files
Jeff Johnsonakpm00
Jeff Johnson
authored andcommitted
backtracetest: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/backtracetest.o Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f266106 commit 82a9d6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/backtracetest.c

+1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ static void exitf(void)
7474

7575
module_init(backtrace_regression_test);
7676
module_exit(exitf);
77+
MODULE_DESCRIPTION("Simple stack backtrace regression test module");
7778
MODULE_LICENSE("GPL");
7879
MODULE_AUTHOR("Arjan van de Ven <[email protected]>");

0 commit comments

Comments
 (0)