]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sched_ext: selftests: Fix grammar in tests description
authorDevaansh Kumar <devaanshk840@gmail.com>
Tue, 11 Feb 2025 17:18:48 +0000 (22:48 +0530)
committerTejun Heo <tj@kernel.org>
Thu, 13 Feb 2025 16:46:22 +0000 (06:46 -1000)
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>
tools/testing/selftests/sched_ext/init_enable_count.c
tools/testing/selftests/sched_ext/maybe_null.c

index 0f3eddc7a17a0cc09b6bab7eca821c0433fc8bfe..eddf9e0e26e7f01a8863df82ae78d3896cae27d6 100644 (file)
@@ -150,7 +150,7 @@ static enum scx_test_status run(void *ctx)
 
 struct scx_test init_enable_count = {
        .name = "init_enable_count",
-       .description = "Verify we do the correct amount of counting of init, "
+       .description = "Verify we correctly count the occurrences of init, "
                       "enable, etc callbacks.",
        .run = run,
 };
index 31cfafb0cf65ae283056191463367cc1bc46ad34..aacf0c58ca4fae767ae1491eee3f272c0144da96 100644 (file)
@@ -43,7 +43,7 @@ static enum scx_test_status run(void *ctx)
 
 struct scx_test maybe_null = {
        .name = "maybe_null",
-       .description = "Verify if PTR_MAYBE_NULL work for .dispatch",
+       .description = "Verify if PTR_MAYBE_NULL works for .dispatch",
        .run = run,
 };
 REGISTER_SCX_TEST(&maybe_null)