From: Colin Ian King <colin.king@xxxxxxxxxxxxx> trivial fix to spelling mistake in DRM_ERROR error message Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel