diff options
author | Devaansh Kumar <devaanshk840@gmail.com> | 2025-02-11 22:48:48 +0530 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-02-13 06:46:22 -1000 |
commit | 0760d62dad5d3e76c2aa175d9bc42b5f664967c2 (patch) | |
tree | 829d23db68622bbd25abb0364eee794bf67763f5 /tools/testing | |
parent | f3f08c3acfb8860e07a22814a344e83c99ad7398 (diff) |
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>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/sched_ext/init_enable_count.c | 2 | ||||
-rw-r--r-- | tools/testing/selftests/sched_ext/maybe_null.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/sched_ext/init_enable_count.c b/tools/testing/selftests/sched_ext/init_enable_count.c index 0f3eddc7a17a..eddf9e0e26e7 100644 --- a/tools/testing/selftests/sched_ext/init_enable_count.c +++ b/tools/testing/selftests/sched_ext/init_enable_count.c @@ -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, }; diff --git a/tools/testing/selftests/sched_ext/maybe_null.c b/tools/testing/selftests/sched_ext/maybe_null.c index 31cfafb0cf65..aacf0c58ca4f 100644 --- a/tools/testing/selftests/sched_ext/maybe_null.c +++ b/tools/testing/selftests/sched_ext/maybe_null.c @@ -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) |