mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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/20240518-md-backtracetest-v1-1-fab9f942c139@quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
f2661062f1
commit
82a9d6bdd4
1 changed files with 1 additions and 0 deletions
|
@ -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>");
|
||||
|
|
Loading…
Reference in a new issue