]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390/dcssblk: Add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sun, 16 Jun 2024 02:34:50 +0000 (19:34 -0700)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Fri, 28 Jun 2024 12:52:31 +0000 (14:52 +0200)
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 <hca@linux.ibm.com>
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240615-md-s390-drivers-s390-block-dcssblk-v1-1-d9d19703abcb@quicinc.com
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
drivers/s390/block/dcssblk.c

index 6d1689a2717e5fa433d7575d16eaa7ead66810f5..995d4c84ed5ad91670c594027bdf9c2169f7156e 100644 (file)
@@ -1032,4 +1032,5 @@ MODULE_PARM_DESC(segments, "Name of DCSS segment(s) to be loaded, "
                 "the contiguous segments - \n"
                 "e.g. segments=\"mydcss1,mydcss2:mydcss3,mydcss4(local)\"");
 
+MODULE_DESCRIPTION("S/390 block driver for DCSS memory");
 MODULE_LICENSE("GPL");