Re: [PATCH] lib: crypto: add missing MODULE_DESCRIPTION() macros

From: Herbert Xu
Date: Fri Jun 07 2024 - 07:54:56 EST


On Tue, May 28, 2024 at 04:49:23PM -0700, Jeff Johnson wrote:
> Fix the allmodconfig 'make W=1' warnings:
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/crypto/libchacha.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/crypto/libarc4.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/crypto/libdes.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/crypto/libpoly1305.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> lib/crypto/arc4.c | 1 +
> lib/crypto/des.c | 1 +
> lib/crypto/libchacha.c | 1 +
> lib/crypto/poly1305.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