On Thu, May 23, 2024 at 12:47:39PM -0700, Jeff Johnson wrote: > Fix the 'make W=1' warnings: > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/cast_common.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/af_alg.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/algif_hash.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/algif_skcipher.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/ecc.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/curve25519-generic.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/xor.o > WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/crypto_simd.o > > Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> > --- > crypto/af_alg.c | 1 + > crypto/algif_hash.c | 1 + > crypto/algif_skcipher.c | 1 + > crypto/cast_common.c | 1 + > crypto/curve25519-generic.c | 1 + > crypto/ecc.c | 1 + > crypto/simd.c | 1 + > crypto/xor.c | 1 + > 8 files changed, 8 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