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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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])
		return NULL;

	/* we definately need to flush */
	/* we definitely need to flush */
	vm_id->pd_gpu_addr = ~0ll;

	/* skip over VMID 0, since it is the system VM */