Skip to content

Commit c819e25

Browse files
jeff-t-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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)