kernel-hacking-2024-linux-s.../arch/powerpc/crypto
Jeff Johnson 2fc990581c crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macro
Since commit 1fffe7a34c ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning with make W=1. The following warning is being
observed when building ppc64le with CRYPTO_CURVE25519_PPC64=m:

WARNING: modpost: missing MODULE_DESCRIPTION() in arch/powerpc/crypto/curve25519-ppc64le.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-08-02 21:11:20 +08:00
..
.gitignore powerpc/crypto: Add generated P8 asm to .gitignore 2024-06-04 17:45:46 +10:00
aes-gcm-p10-glue.c
aes-gcm-p10.S
aes-spe-core.S
aes-spe-glue.c
aes-spe-keys.S
aes-spe-modes.S
aes-spe-regs.h
aes-tab-4k.S
aes.c
aes_cbc.c
aes_ctr.c
aes_xts.c
aesp8-ppc.h
aesp8-ppc.pl
aesp10-ppc.pl
chacha-p10-glue.c
chacha-p10le-8x.S
crc-vpmsum_test.c
crc32-vpmsum_core.S
crc32c-vpmsum_asm.S
crc32c-vpmsum_glue.c
crct10dif-vpmsum_asm.S
crct10dif-vpmsum_glue.c
curve25519-ppc64le-core.c crypto: ppc/curve25519 - add missing MODULE_DESCRIPTION() macro 2024-08-02 21:11:20 +08:00
curve25519-ppc64le_asm.S crypto: ppc/curve25519 - Low-level primitives for ppc64le 2024-05-31 17:34:56 +08:00
ghash.c
ghashp8-ppc.pl
ghashp10-ppc.pl
Kconfig crypto: ppc/curve25519 - Update Kconfig and Makefile for ppc64le 2024-05-31 17:34:56 +08:00
Makefile crypto: ppc/curve25519 - Update Kconfig and Makefile for ppc64le 2024-05-31 17:34:56 +08:00
md5-asm.S
md5-glue.c
poly1305-p10-glue.c
poly1305-p10le_64.S
ppc-xlate.pl
sha1-powerpc-asm.S
sha1-spe-asm.S
sha1-spe-glue.c
sha1.c
sha256-spe-asm.S
sha256-spe-glue.c
vmx.c