Commit 10e07ca3 authored by Wang Qing's avatar Wang Qing Committed by Alex Deucher

gpu/drm/radeon: fix spelling typo in comments

Modify the comment typo: "definately" -> "definitely".
Signed-off-by: default avatarWang Qing <wangqing@vivo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 28d76d48
...@@ -188,7 +188,7 @@ struct radeon_fence *radeon_vm_grab_id(struct radeon_device *rdev, ...@@ -188,7 +188,7 @@ struct radeon_fence *radeon_vm_grab_id(struct radeon_device *rdev,
vm_id->last_id_use == rdev->vm_manager.active[vm_id->id]) vm_id->last_id_use == rdev->vm_manager.active[vm_id->id])
return NULL; return NULL;
/* we definately need to flush */ /* we definitely need to flush */
vm_id->pd_gpu_addr = ~0ll; vm_id->pd_gpu_addr = ~0ll;
/* skip over VMID 0, since it is the system VM */ /* skip over VMID 0, since it is the system VM */
......
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