[Intel-xe] [PATCH 2/5] drm/xe/guc: Fix typo s/enabled/enable/

Matthew Brost matthew.brost at intel.com
Mon Jun 12 19:49:56 UTC 2023


On Sun, Jun 11, 2023 at 03:24:44PM -0700, Lucas De Marchi wrote:
> Fix the log message when it fails to enable CT.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>

Reviewed-by: Matthew Brost <matthew.brost at intel.com>

> ---
>  drivers/gpu/drm/xe/xe_guc_ct.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_guc_ct.c b/drivers/gpu/drm/xe/xe_guc_ct.c
> index 615cc4d4ad69..22bc9ce846db 100644
> --- a/drivers/gpu/drm/xe/xe_guc_ct.c
> +++ b/drivers/gpu/drm/xe/xe_guc_ct.c
> @@ -312,7 +312,7 @@ int xe_guc_ct_enable(struct xe_guc_ct *ct)
>  	return 0;
>  
>  err_out:
> -	drm_err(&xe->drm, "Failed to enabled CT (%d)\n", err);
> +	drm_err(&xe->drm, "Failed to enable CT (%d)\n", err);
>  
>  	return err;
>  }
> -- 
> 2.40.1
> 


More information about the Intel-xe mailing list