Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/crc32: Add missing MODULE_DESCRIPTION() macro

With ARCH=s390, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in arch/s390/crypto/crc32-vx_s390.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-arch-s390-crypto-v1-1-7120d406e7c7@quicinc.com
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>

authored by

Jeff Johnson and committed by
Alexander Gordeev
68d7bb54 37db17c1

+1
+1
arch/s390/crypto/crc32-vx.c
··· 297 297 module_exit(crc_vx_mod_exit); 298 298 299 299 MODULE_AUTHOR("Hendrik Brueckner <brueckner@linux.vnet.ibm.com>"); 300 + MODULE_DESCRIPTION("CRC-32 algorithms using z/Architecture Vector Extension Facility"); 300 301 MODULE_LICENSE("GPL"); 301 302 302 303 MODULE_ALIAS_CRYPTO("crc32");