[PATCH] drm/amdgpu/virt: fix spelling mistake: "hypervior" -> "hypervisor"
Colin King
colin.king at canonical.com
Thu Mar 30 09:46:22 UTC 2017
From: Colin Ian King <colin.king at canonical.com>
trivial fix to spelling mistake in DRM_ERROR error message
Signed-off-by: Colin Ian King <colin.king at 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
More information about the amd-gfx
mailing list