Skip to content

Commit b051271

Browse files
Jeff JohnsonAlexander Gordeev
authored andcommitted
s390/dcssblk: Add missing MODULE_DESCRIPTION() macro
With ARCH=s390, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/s390/block/dcssblk.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/20240615-md-s390-drivers-s390-block-dcssblk-v1-1-d9d19703abcb@quicinc.com Signed-off-by: Vasily Gorbik <[email protected]> Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 7a6d19c commit b051271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/s390/block/dcssblk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,4 +1032,5 @@ MODULE_PARM_DESC(segments, "Name of DCSS segment(s) to be loaded, "
10321032
"the contiguous segments - \n"
10331033
"e.g. segments=\"mydcss1,mydcss2:mydcss3,mydcss4(local)\"");
10341034

1035+
MODULE_DESCRIPTION("S/390 block driver for DCSS memory");
10351036
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)