]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
siphash: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sat, 1 Jun 2024 01:49:47 +0000 (18:49 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:07 +0000 (22:25 -0700)
commitd46a555d3cd97132e21014b28a459c928925fa0f
tree74922e619d2ad9edde9c20bf592f0aa328065c85
parent683da20738fd3e0687a939b684c4a94a09de096c
siphash: add missing MODULE_DESCRIPTION() macro

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/siphash_kunit.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/20240531-md-lib-siphash_kunit-v1-1-38688065b796@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/siphash_kunit.c