Skip to content

Commit c6cab01

Browse files
jeff-t-johnsonkuba-moo
authored andcommitted
lib/test_rhashtable: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_rhashtable.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240531-md-lib-test_rhashtable-v1-1-cd6d4138f1b6@quicinc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent d730a42 commit c6cab01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/test_rhashtable.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,4 +811,5 @@ static void __exit test_rht_exit(void)
811811
module_init(test_rht_init);
812812
module_exit(test_rht_exit);
813813

814+
MODULE_DESCRIPTION("Resizable, Scalable, Concurrent Hash Table test module");
814815
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)