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>
This commit is contained in:
parent
f3f08c3acf
commit
0760d62dad
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue