diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2026-06-08 18:23:15 +0100 |
|---|---|---|
| committer | Philipp Stanner <phasta@kernel.org> | 2026-06-09 10:16:48 +0200 |
| commit | f2f4e6d45fecc6ead92bf5ea06a04a00c245904e (patch) | |
| tree | 4e6cf8883c1a960c4bbc8f2d13f8173d70e31ef7 | |
| parent | d4ae726fc08024b359e9cacf2507f1c256b9d71c (diff) | |
drm/sched: Fix spelling mistake "sumission" -> "submission"
There is a spelling mistake in a pr_info message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20260608172315.34626-1-colin.i.king@gmail.com
| -rw-r--r-- | drivers/gpu/drm/scheduler/tests/tests_scheduler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/scheduler/tests/tests_scheduler.c b/drivers/gpu/drm/scheduler/tests/tests_scheduler.c index 8b2e4ef9915f..4728e4605818 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", |
