Skip to content

Commit 68d7bb5

Browse files
Jeff JohnsonAlexander Gordeev
authored andcommitted
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 <[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 37db17c commit 68d7bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/crypto/crc32-vx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ module_cpu_feature_match(S390_CPU_FEATURE_VXRS, crc_vx_mod_init);
297297
module_exit(crc_vx_mod_exit);
298298

299299
MODULE_AUTHOR("Hendrik Brueckner <[email protected]>");
300+
MODULE_DESCRIPTION("CRC-32 algorithms using z/Architecture Vector Extension Facility");
300301
MODULE_LICENSE("GPL");
301302

302303
MODULE_ALIAS_CRYPTO("crc32");

0 commit comments

Comments
 (0)