diff options
author | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-06-16 08:32:37 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-06-21 15:04:18 +0300 |
commit | 70d57ffbb11cfe1a686e6051f36413866502492d (patch) | |
tree | 2771f02a8098ee7cd3e72f658cc4d9d098d627ef /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b44327ebc1c926e4b55a7721e3d91313fcf188b1 (diff) | |
download | linux-70d57ffbb11cfe1a686e6051f36413866502492d.tar.xz |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions