Skip to content

Commit

Permalink
backtracetest: add MODULE_DESCRIPTION()
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jeff Johnson authored and akpm00 committed Jun 25, 2024
1 parent f266106 commit 82a9d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/backtracetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");

0 comments on commit 82a9d6b

Please sign in to comment.