Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit c819e25

Browse files
Jeff JohnsonJoelgranados
authored andcommitted
sysctl: Add module description to sysctl-testing
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>
1 parent 32fe915 commit c819e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/sysctl-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,5 @@ static struct kunit_suite sysctl_test_suite = {
437437

438438
kunit_test_suites(&sysctl_test_suite);
439439

440+
MODULE_DESCRIPTION("KUnit test of proc sysctl");
440441
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)