[Intel-xe] [PATCH 7/7] drm/xe: Fix typos

Matthew Brost matthew.brost at intel.com
Fri Jul 14 14:23:18 UTC 2023


On Thu, Jul 13, 2023 at 03:06:11PM +0000, Francois Dugast wrote:
> Fix minor issues: remove extra ';' and s/Initialise/Initialize/.
> 
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>

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

> ---
>  drivers/gpu/drm/xe/xe_guc.c | 2 +-
>  drivers/gpu/drm/xe/xe_vm.c  | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
> index 8245bbc58770..ce8b35dcbc51 100644
> --- a/drivers/gpu/drm/xe/xe_guc.c
> +++ b/drivers/gpu/drm/xe/xe_guc.c
> @@ -200,7 +200,7 @@ static void guc_init_params(struct xe_guc *guc)
>  }
>  
>  /*
> - * Initialise the GuC parameter block before starting the firmware
> + * Initialize the GuC parameter block before starting the firmware
>   * transfer. These parameters are read by the firmware on startup
>   * and cannot be changed thereafter.
>   */
> diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
> index 6c216350084b..29bf8614c7dd 100644
> --- a/drivers/gpu/drm/xe/xe_vm.c
> +++ b/drivers/gpu/drm/xe/xe_vm.c
> @@ -3352,7 +3352,7 @@ int xe_vm_lock(struct xe_vm *vm, struct ww_acquire_ctx *ww,
>  	XE_BUG_ON(!ww);
>  
>  	tv_vm.num_shared = num_resv;
> -	tv_vm.bo = xe_vm_ttm_bo(vm);;
> +	tv_vm.bo = xe_vm_ttm_bo(vm);
>  	list_add_tail(&tv_vm.head, &objs);
>  
>  	return ttm_eu_reserve_buffers(ww, &objs, intr, &dups);
> -- 
> 2.34.1
> 


More information about the Intel-xe mailing list