diff options
author | 2024-06-15 22:32:37 -0700 | |
---|---|---|
committer | 2024-06-21 22:04:18 +1000 | |
commit | 70d57ffbb11cfe1a686e6051f36413866502492d (patch) | |
tree | 2771f02a8098ee7cd3e72f658cc4d9d098d627ef /lib/crypto/utils.c | |
parent | crypto: lib/mpi - Use swap() in mpi_powm() (diff) | |
download | wireguard-linux-70d57ffbb11cfe1a686e6051f36413866502492d.tar.xz wireguard-linux-70d57ffbb11cfe1a686e6051f36413866502492d.zip |
crypto: arm - add missing MODULE_DESCRIPTION() macros
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@quicinc.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto/utils.c')
0 files changed, 0 insertions, 0 deletions