diff options
author | Wang Qing <wangqing@vivo.com> | 2020-09-22 19:11:37 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-09-22 17:37:38 -0400 |
commit | 10e07ca312548f90d5e0fc1d862209285c9a858c (patch) | |
tree | 0ccfb3396dfe40ef68c8c255c8a620c96b517009 /drivers/gpu/drm/radeon | |
parent | 28d76d48368ca0df9a4fa14e65965d01d42e9d52 (diff) | |
download | linux-10e07ca312548f90d5e0fc1d862209285c9a858c.tar.gz |
gpu/drm/radeon: fix spelling typo in comments
Modify the comment typo: "definately" -> "definitely".
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_vm.c b/drivers/gpu/drm/radeon/radeon_vm.c index 71e2c3785ab9..010fb3b7a205 100644 --- a/drivers/gpu/drm/radeon/radeon_vm.c +++ b/drivers/gpu/drm/radeon/radeon_vm.c @@ -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 */ |