[PATCH][next] drm/sched: Fix spelling mistake "sumission" -> "submission"

Colin Ian King posted 1 patch 1 week ago
drivers/gpu/drm/scheduler/tests/tests_scheduler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] drm/sched: Fix spelling mistake "sumission" -> "submission"
Posted by Colin Ian King 1 week ago
There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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
Re: [PATCH][next] drm/sched: Fix spelling mistake "sumission" -> "submission"
Posted by Philipp Stanner 1 week ago
On Mon, 2026-06-08 at 18:23 +0100, Colin Ian King wrote:
> There is a spelling mistake in a pr_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied to drm-misc-next, thx.

For the future, drm/sched submissions should also be sent to 

dri-devel@lists.freedesktop.org


Regards
P.

> ---
>  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",