Re: [PATCH] crypto: arm: add missing MODULE_DESCRIPTION() macros
From: Herbert Xu
Date: Fri Jun 21 2024 - 08:37:16 EST
On Sat, Jun 15, 2024 at 10:32:37PM -0700, Jeff Johnson wrote:
> With ARCH=arm, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm/crypto/aes-arm-bs.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm/crypto/crc32-arm-ce.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro to all
> files which have a MODULE_LICENSE().
>
> This includes crct10dif-ce-glue.c and curve25519-glue.c which,
> although they did not produce a warning with the arm allmodconfig
> configuration, may cause this warning with other configurations.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> arch/arm/crypto/aes-neonbs-glue.c | 1 +
> arch/arm/crypto/crc32-ce-glue.c | 1 +
> arch/arm/crypto/crct10dif-ce-glue.c | 1 +
> arch/arm/crypto/curve25519-glue.c | 1 +
> 4 files changed, 4 insertions(+)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt