Skip to content

Commit 7a6d19c

Browse files
Jeff JohnsonAlexander Gordeev
authored andcommitted
s390/mm: Add missing MODULE_DESCRIPTION() macro
With ARCH=s390, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/mm/cmm.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Acked-by: Heiko Carstens <[email protected]> Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vasily Gorbik <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 4657a8a commit 7a6d19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/mm/cmm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,4 +427,5 @@ static void __exit cmm_exit(void)
427427
}
428428
module_exit(cmm_exit);
429429

430+
MODULE_DESCRIPTION("Cooperative memory management interface");
430431
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)