gpu/drm/radeon: fix spelling typo in comments
authorWang Qing <wangqing@vivo.com>
Tue, 22 Sep 2020 11:11:37 +0000 (19:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Sep 2020 21:37:38 +0000 (17:37 -0400)
Modify the comment typo: "definately" -> "definitely".

Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_vm.c

index 71e2c37..010fb3b 100644 (file)
@@ -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 */