drm/amd/amdgpu: fix spelling mistake "disbale" -> "disable"
authortangmeng <tangmeng@uniontech.com>
Thu, 27 Jan 2022 07:12:39 +0000 (15:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jan 2022 20:50:17 +0000 (15:50 -0500)
There is a spelling mistake. Fix it.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c

index aef9d05..a642c04 100644 (file)
@@ -544,7 +544,7 @@ static int xgpu_vi_mailbox_rcv_irq(struct amdgpu_device *adev,
 {
        int r;
 
-       /* trigger gpu-reset by hypervisor only if TDR disbaled */
+       /* trigger gpu-reset by hypervisor only if TDR disabled */
        if (!amdgpu_gpu_recovery) {
                /* see what event we get */
                r = xgpu_vi_mailbox_rcv_msg(adev, IDH_FLR_NOTIFICATION);