mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
test_maple_tree: add the missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_maple_tree.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Link: https://lkml.kernel.org/r/20240531-md-lib-test_maple_tree-v1-1-7b1b485aeec3@quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
2ec83987a5
commit
a619dd3948
@ -3946,4 +3946,5 @@ static void __exit maple_tree_harvest(void)
|
||||
module_init(maple_tree_seed);
|
||||
module_exit(maple_tree_harvest);
|
||||
MODULE_AUTHOR("Liam R. Howlett <Liam.Howlett@Oracle.com>");
|
||||
MODULE_DESCRIPTION("maple tree API test module");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user