[PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
Edward O'Callaghan
funfunctor at folklore1984.net
Fri Dec 30 03:52:51 UTC 2016
Reviewed-by: Edward O'Callaghan <funfunctor at folklore1984.net>
On 12/30/2016 12:39 PM, Zhou, David(ChunMing) wrote:
> +amd-gfx, patch is Reviewed-by: Chunming Zhou <david1.zhou at amd.com>
>
> -----Original Message-----
> From: Colin King [mailto:colin.king at canonical.com]
> Sent: Thursday, December 29, 2016 11:47 PM
> To: Deucher, Alexander <Alexander.Deucher at amd.com>; Koenig, Christian <Christian.Koenig at amd.com>; David Airlie <airlied at linux.ie>; Zhou, David(ChunMing) <David1.Zhou at amd.com>; StDenis, Tom <Tom.StDenis at amd.com>; Liu, Monk <Monk.Liu at amd.com>; dri-devel at lists.freedesktop.org
> Cc: linux-kernel at vger.kernel.org
> Subject: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
>
> From: Colin Ian King <colin.king at canonical.com>
>
> trivial fix to spelling mistake in WARN message
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 60bd4af..9ca3167 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -2335,7 +2335,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;
> }
> }
> @@ -2347,7 +2347,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);
> }
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20161230/1e1306f1/attachment.sig>
More information about the amd-gfx
mailing list