1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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:
Devaansh Kumar 2025-02-11 22:48:48 +05:30 committed by Tejun Heo
parent f3f08c3acf
commit 0760d62dad
2 changed files with 2 additions and 2 deletions

View 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,
};

View 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)