Skip to content

Commit af08475

Browse files
arndbmcgrof
authored andcommitted
selftests: kallsyms: add MODULE_DESCRIPTION
The newly added test script creates modules that are lacking a description line in order to build cleanly: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/module/test_kallsyms_a.o WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/module/test_kallsyms_b.o WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/module/test_kallsyms_c.o WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/module/test_kallsyms_d.o Fixes: 84b4a51 ("selftests: add new kallsyms selftests") Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 84b4a51 commit af08475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tests/module/gen_test_kallsyms.sh

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module_exit(auto_test_module_exit);
9999
100100
MODULE_AUTHOR("Luis Chamberlain <[email protected]>");
101101
MODULE_LICENSE("GPL");
102+
MODULE_DESCRIPTION("Test module for kallsyms");
102103
____END_MODULE
103104
}
104105

0 commit comments

Comments
 (0)