[PATCH v1 1/8] drm/i915/gt: fix typos in i915/gt files.

Andi Shyti andi.shyti at linux.intel.com
Tue Jan 7 10:48:04 UTC 2025


Hi Nitin,

great job!

Just one correction:

...

> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc.c b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
> index 5b8080ec5315..f6767fbdada5 100644
> --- a/drivers/gpu/drm/i915/gt/uc/intel_uc.c
> +++ b/drivers/gpu/drm/i915/gt/uc/intel_uc.c
> @@ -512,7 +512,7 @@ static int __uc_init_hw(struct intel_uc *uc)
>  		       ERR_PTR(ret), attempts);
>  	}
>  
> -	/* Did we succeded or run out of retries? */
> +	/* Did we succeeded or run out of retries? */

"Did we succeed..." or "Have we seucceeded...".

Andi

>  	if (ret)
>  		goto err_log_capture;
>  


More information about the Intel-gfx mailing list