From: Colin Ian King <colin.k...@canonical.com>

trivial fix to spelling mistake in DRM_ERROR error message

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c 
b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index d2622b6f49fa..94af75fc6321 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -487,7 +487,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct 
*work)
 
        r = xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL);
        if (r)
-               DRM_ERROR("failed to get flr cmpl msg from hypervior.\n");
+               DRM_ERROR("failed to get flr cmpl msg from hypervisor.\n");
 
        /* TODO: need to restore gfx states */
 }
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to