[PATCH] crypto: arm: add missing MODULE_DESCRIPTION() macros
Herbert Xu
herbert at gondor.apana.org.au
Fri Jun 21 05:34:56 PDT 2024
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 at quicinc.com>
> ---
> 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 at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the linux-arm-kernel
mailing list