From: Monk Liu Date: Sun, 22 Jan 2017 10:52:56 +0000 (+0800) Subject: drm/amdgpu:fix typo X-Git-Tag: v4.12-rc1~116^2~23^2~314 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1d7b17b09fc87b0c30ca002a62cabcecc36d0704;p=linux.git drm/amdgpu:fix typo Signed-off-by: Monk Liu Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index de0cf3315484..7bf246e25ab7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -2387,7 +2387,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev) if (fence) { r = dma_fence_wait(fence, false); if (r) { - WARN(r, "recovery from shadow isn't comleted\n"); + WARN(r, "recovery from shadow isn't completed\n"); break; } } @@ -2399,7 +2399,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev) if (fence) { r = dma_fence_wait(fence, false); if (r) - WARN(r, "recovery from shadow isn't comleted\n"); + WARN(r, "recovery from shadow isn't completed\n"); } dma_fence_put(fence); }