Commit 0760d62d authored by Devaansh Kumar's avatar Devaansh Kumar Committed by Tejun Heo
Browse files

sched_ext: selftests: Fix grammar in tests description



Fixed grammar for a few tests of sched_ext.

Signed-off-by: default avatarDevaansh Kumar <devaanshk840@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent f3f08c3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};
+1 −1
Original line number Diff line number Diff line
@@ -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)