Skip to content

Commit 0760d62

Browse files
Devaansh-Kumarhtejun
authored andcommitted
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>
1 parent f3f08c3 commit 0760d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/testing/selftests/sched_ext/init_enable_count.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static enum scx_test_status run(void *ctx)
150150

151151
struct scx_test init_enable_count = {
152152
.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, "
154154
"enable, etc callbacks.",
155155
.run = run,
156156
};

tools/testing/selftests/sched_ext/maybe_null.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static enum scx_test_status run(void *ctx)
4343

4444
struct scx_test maybe_null = {
4545
.name = "maybe_null",
46-
.description = "Verify if PTR_MAYBE_NULL work for .dispatch",
46+
.description = "Verify if PTR_MAYBE_NULL works for .dispatch",
4747
.run = run,
4848
};
4949
REGISTER_SCX_TEST(&maybe_null)

0 commit comments

Comments
 (0)