From: Shixiong Ou <[email protected]> The second test case in drm_sched_basic_cases[] has num_entities = 1 but its description claims "across multiple entities". Fix it to accurately reflect that the dependency chain operates within a single entity.
Signed-off-by: Shixiong Ou <[email protected]> --- drivers/gpu/drm/scheduler/tests/tests_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/scheduler/tests/tests_basic.c b/drivers/gpu/drm/scheduler/tests/tests_basic.c index da5c4952780f..34bbb2c27913 100644 --- a/drivers/gpu/drm/scheduler/tests/tests_basic.c +++ b/drivers/gpu/drm/scheduler/tests/tests_basic.c @@ -90,7 +90,7 @@ static const struct drm_sched_basic_params drm_sched_basic_cases[] = { .num_entities = 1, }, { - .description = "A chain of dependent jobs across multiple entities", + .description = "A chain of dependent jobs in a single entity", .queue_depth = 100, .job_us = 1000, .num_entities = 1, -- 2.25.1 No virus found Checked by Hillstone Network AntiVirus
