Skip to content

Commit ffa74d4

Browse files
arndbakpm00
authored andcommitted
kmsan: test: add module description
Every module should have a description, and kbuild now warns for those that don't. WARNING: modpost: missing MODULE_DESCRIPTION() in mm/kmsan/kmsan_test.o Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Alexander Potapenko <[email protected]> Cc: Andrey Konovalov <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Dmitriy Vyukov <[email protected]> Cc: Macro Elver <[email protected]> Cc: Sabyrzhan Tasbolatov <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 1b11a28 commit ffa74d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/kmsan/kmsan_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,3 +732,4 @@ kunit_test_suites(&kmsan_test_suite);
732732

733733
MODULE_LICENSE("GPL");
734734
MODULE_AUTHOR("Alexander Potapenko <[email protected]>");
735+
MODULE_DESCRIPTION("Test cases for KMSAN");

0 commit comments

Comments
 (0)