Re: [PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro

From: Vasily Gorbik
Date: Wed Jun 19 2024 - 18:44:46 EST


On Sat, Jun 15, 2024 at 04:46:50PM -0700, Jeff Johnson wrote:
> 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.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> arch/s390/crypto/crc32-vx.c | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks!