File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/testing/selftests/sched_ext Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ static enum scx_test_status run(void *ctx)
150
150
151
151
struct scx_test init_enable_count = {
152
152
.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, "
154
154
"enable, etc callbacks." ,
155
155
.run = run ,
156
156
};
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ static enum scx_test_status run(void *ctx)
43
43
44
44
struct scx_test maybe_null = {
45
45
.name = "maybe_null" ,
46
- .description = "Verify if PTR_MAYBE_NULL work for .dispatch" ,
46
+ .description = "Verify if PTR_MAYBE_NULL works for .dispatch" ,
47
47
.run = run ,
48
48
};
49
49
REGISTER_SCX_TEST (& maybe_null )
You can’t perform that action at this time.
0 commit comments