There is a spelling mistake in a pr_info message. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
---
drivers/gpu/drm/scheduler/tests/tests_scheduler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/scheduler/tests/tests_scheduler.c
b/drivers/gpu/drm/scheduler/tests/tests_scheduler.c
index 90d31888cf92..285546a2218f 100644
--- a/drivers/gpu/drm/scheduler/tests/tests_scheduler.c
+++ b/drivers/gpu/drm/scheduler/tests/tests_scheduler.c
@@ -599,7 +599,7 @@ static void drm_sched_scheduler_two_clients_test(struct
kunit *test)
* - qd: Number of outstanding jobs in the client/entity
*/
- pr_info(" [pct] - Job sumission progress\n"
+ pr_info(" [pct] - Job submission progress\n"
" [cps] - Cycles per second\n"
" [qd] - Number of outstanding jobs in the client/entity\n");
pr_info("%s:\n\t pct1 cps1 qd1; pct2 cps2 qd2\n",
--
2.53.0