Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched_ext: selftests: Fix grammar in tests description

Fixed grammar for a few tests of sched_ext.

Signed-off-by: Devaansh Kumar <devaanshk840@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Devaansh Kumar and committed by
Tejun Heo
0760d62d f3f08c3a

+2 -2
+1 -1
tools/testing/selftests/sched_ext/init_enable_count.c
··· 150 150 151 151 struct scx_test init_enable_count = { 152 152 .name = "init_enable_count", 153 - .description = "Verify we do the correct amount of counting of init, " 153 + .description = "Verify we correctly count the occurrences of init, " 154 154 "enable, etc callbacks.", 155 155 .run = run, 156 156 };
+1 -1
tools/testing/selftests/sched_ext/maybe_null.c
··· 43 43 44 44 struct scx_test maybe_null = { 45 45 .name = "maybe_null", 46 - .description = "Verify if PTR_MAYBE_NULL work for .dispatch", 46 + .description = "Verify if PTR_MAYBE_NULL works for .dispatch", 47 47 .run = run, 48 48 }; 49 49 REGISTER_SCX_TEST(&maybe_null)