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

Philipp Stanner <[email protected]> Tue, 09 Jun 2026 10:19:28 +0200
Newsgroups org.kernel.vger.kernel-janitors,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>

Applied to drm-misc-next, thx.

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

[email protected]


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