[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170330094622.19214-1-colin.king@canonical.com>
Date: Thu, 30 Mar 2017 10:46:22 +0100
From: Colin King <colin.king@...onical.com>
To: Alex Deucher <alexander.deucher@....com>,
Christian König <christian.koenig@....com>,
David Airlie <airlied@...ux.ie>, Monk Liu <Monk.Liu@....com>,
Xiangliang Yu <Xiangliang.Yu@....com>,
shaoyunl <Shaoyun.Liu@....com>, amd-gfx@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] drm/amdgpu/virt: fix spelling mistake: "hypervior" -> "hypervisor"
From: Colin Ian King <colin.king@...onical.com>
trivial fix to spelling mistake in DRM_ERROR error message
Signed-off-by: Colin Ian King <colin.king@...onical.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
Powered by blists - more mailing lists