Commit c819e252 authored by Jeff Johnson's avatar Jeff Johnson Committed by Joel Granados
Browse files

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: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: default avatarJoel Granados <j.granados@samsung.com>
parent 32fe9152
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");