Commit 5ce58303 authored by Francois Dugast's avatar Francois Dugast Committed by Rodrigo Vivi

drm/xe: Fix typos

Fix minor issues: remove extra ';' and s/Initialise/Initialize/.
Signed-off-by: default avatarFrancois Dugast <francois.dugast@intel.com>
Reviewed-by: default avatarMatthew Brost <matthew.brost@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent f5b85ab6
......@@ -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.
*/
......
......@@ -3361,7 +3361,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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment