s390/lib: Add missing MODULE_DESCRIPTION() macros
With ARCH=s390, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_kprobes_s390.o WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_unwind.o WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/lib/test_modules.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Acked-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240615-md-s390-arch-s390-lib-v1-1-d7424b943973@quicinc.com Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
parent
68d7bb5421
commit
4657a8a1c0
@ -72,4 +72,5 @@ static struct kunit_suite kprobes_test_suite = {
|
||||
|
||||
kunit_test_suites(&kprobes_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("KUnit tests for kprobes");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -29,4 +29,5 @@ static struct kunit_suite modules_test_suite = {
|
||||
|
||||
kunit_test_suites(&modules_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("KUnit test that modules with many relocations are loaded properly");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -519,4 +519,5 @@ static struct kunit_suite test_unwind_suite = {
|
||||
|
||||
kunit_test_suites(&test_unwind_suite);
|
||||
|
||||
MODULE_DESCRIPTION("KUnit test for unwind_for_each_frame");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user