]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib/test_kmod: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Sat, 1 Jun 2024 00:23:09 +0000 (17:23 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 25 Jun 2024 05:25:07 +0000 (22:25 -0700)
commit7ef148daa56dfcad7b554a79c28b8e94726771a5
treea5ace399189a4a9648b30a4e94c6e5d39cd27d1c
parentd46a555d3cd97132e21014b28a459c928925fa0f
lib/test_kmod: add missing MODULE_DESCRIPTION() macro

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

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Link: https://lkml.kernel.org/r/20240531-md-lib-test_kmod-v1-1-fdf11bc6095e@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/test_kmod.c