On Tue, 2026-08-18 at 09:56 +0000, Krzysztof Karas wrote:
> Replace "i1915-selftest" with "i915-selftest".
> 
> Signed-off-by: Krzysztof Karas <[email protected]>

Reviewed-by: Janusz Krzysztofik <[email protected]>

> ---
>  drivers/gpu/drm/i915/selftests/i915_sw_fence.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/selftests/i915_sw_fence.c 
> b/drivers/gpu/drm/i915/selftests/i915_sw_fence.c
> index 462704e575f5..b8dc30f81bf0 100644
> --- a/drivers/gpu/drm/i915/selftests/i915_sw_fence.c
> +++ b/drivers/gpu/drm/i915/selftests/i915_sw_fence.c
> @@ -528,7 +528,7 @@ static int test_ipc(void *arg)
>       struct workqueue_struct *wq;
>       int ret = 0;
>  
> -     wq = alloc_workqueue("i1915-selftest", WQ_PERCPU, 0);
> +     wq = alloc_workqueue("i915-selftest", WQ_PERCPU, 0);
>       if (wq == NULL)
>               return -ENOMEM;
>  

Reply via email to