···150150151151struct scx_test init_enable_count = {152152 .name = "init_enable_count",153153- .description = "Verify we do the correct amount of counting of init, "153153+ .description = "Verify we correctly count the occurrences of init, "154154 "enable, etc callbacks.",155155 .run = run,156156};
+1-1
tools/testing/selftests/sched_ext/maybe_null.c
···43434444struct scx_test maybe_null = {4545 .name = "maybe_null",4646- .description = "Verify if PTR_MAYBE_NULL work for .dispatch",4646+ .description = "Verify if PTR_MAYBE_NULL works for .dispatch",4747 .run = run,4848};4949REGISTER_SCX_TEST(&maybe_null)