Skip to content

Commit 425ae3a

Browse files
Jeff Johnsonshuahkh
authored andcommitted
list: test: add the missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/list-test.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent a521746 commit 425ae3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/list-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,4 +1493,5 @@ static struct kunit_suite klist_test_module = {
14931493

14941494
kunit_test_suites(&list_test_module, &hlist_test_module, &klist_test_module);
14951495

1496+
MODULE_DESCRIPTION("KUnit test for the Kernel Linked-list structures");
14961497
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)