Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548429
| From | "Zhou, David(ChunMing)" <David1.Zhou@amd.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed" |
| Date | 2016-12-30 03:00 +0100 |
| Message-ID | <sTUE9-6cY-3@gated-at.bofh.it> (permalink) |
| References | <sTL7P-8pB-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
+amd-gfx, patch is Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
-----Original Message-----
From: Colin King [mailto:colin.king@canonical.com]
Sent: Thursday, December 29, 2016 11:47 PM
To: Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; David Airlie <airlied@linux.ie>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; StDenis, Tom <Tom.StDenis@amd.com>; Liu, Monk <Monk.Liu@amd.com>; dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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