[PATCH 10/10] kunit: slub: add module description

From: Arnd Bergmann
Date: Mon Mar 24 2025 - 13:49:09 EST


From: Arnd Bergmann <arnd@xxxxxxxx>

Modules without a description now cause a warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---
lib/tests/slub_kunit.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/lib/tests/slub_kunit.c b/lib/tests/slub_kunit.c
index d47c472b0520..848b682a2d70 100644
--- a/lib/tests/slub_kunit.c
+++ b/lib/tests/slub_kunit.c
@@ -325,4 +325,5 @@ static struct kunit_suite test_suite = {
};
kunit_test_suite(test_suite);

+MODULE_DESCRIPTION("Kunit tests for slub allocator");
MODULE_LICENSE("GPL");
--
2.39.5