Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548120

[PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
Date 2016-12-29 16:50 +0100
Message-ID <sTL7P-8pB-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in WARN message

Signed-off-by: Colin Ian King <colin.king@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);
 		}
-- 
2.10.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed" Colin King <colin.king@canonical.com> - 2016-12-29 16:50 +0100
  RE: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" ->  "completed" "Zhou, David(ChunMing)" <David1.Zhou@amd.com> - 2016-12-30 03:00 +0100
    Re: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" ->  "completed" Edward O'Callaghan <funfunctor@folklore1984.net> - 2016-12-30 05:00 +0100

csiph-web