]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
sysctl: Add module description to sysctl-testing
authorJeff Johnson <quic_jjohnson@quicinc.com>
Wed, 29 May 2024 21:25:41 +0000 (14:25 -0700)
committerJoel Granados <j.granados@samsung.com>
Mon, 3 Jun 2024 13:20:37 +0000 (15:20 +0200)
Added a module description to sysctl Kunit self test module to fix the
'make W=1' warning (" WARNING: modpost: missing MODULE_DESCRIPTION() in
kernel/sysctl-test.o")

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Joel Granados <j.granados@samsung.com>
kernel/sysctl-test.c

index 4e7dcc9187e2525850d0a602938bf893ad03b5e9..3ac98bb7fb822c959f0830506581015e861bd5b7 100644 (file)
@@ -437,4 +437,5 @@ static struct kunit_suite sysctl_test_suite = {
 
 kunit_test_suites(&sysctl_test_suite);
 
+MODULE_DESCRIPTION("KUnit test of proc sysctl");
 MODULE_LICENSE("GPL v2");