linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
@ 2016-12-29 15:47 Colin King
  2016-12-30  1:39 ` Zhou, David(ChunMing)
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2016-12-29 15:47 UTC (permalink / raw)
  To: Alex Deucher, Christian König, David Airlie, Chunming Zhou,
	Tom St Denis, Monk Liu, dri-devel
  Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
  2016-12-29 15:47 [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed" Colin King
@ 2016-12-30  1:39 ` Zhou, David(ChunMing)
  2016-12-30  3:52   ` Edward O'Callaghan
  0 siblings, 1 reply; 3+ messages in thread
From: Zhou, David(ChunMing) @ 2016-12-30  1:39 UTC (permalink / raw)
  To: Colin King, Deucher, Alexander, Koenig, Christian, David Airlie,
	StDenis, Tom, Liu, Monk, dri-devel
  Cc: linux-kernel, amd-gfx

+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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"
  2016-12-30  1:39 ` Zhou, David(ChunMing)
@ 2016-12-30  3:52   ` Edward O'Callaghan
  0 siblings, 0 replies; 3+ messages in thread
From: Edward O'Callaghan @ 2016-12-30  3:52 UTC (permalink / raw)
  To: Zhou, David(ChunMing),
	Colin King, Deucher, Alexander, Koenig, Christian, David Airlie,
	StDenis, Tom, Liu, Monk, dri-devel
  Cc: linux-kernel, amd-gfx


[-- Attachment #1.1: Type: text/plain, Size: 1893 bytes --]

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>

On 12/30/2016 12:39 PM, Zhou, David(ChunMing) wrote:
> +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);
>  		}
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-30  3:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29 15:47 [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed" Colin King
2016-12-30  1:39 ` Zhou, David(ChunMing)
2016-12-30  3:52   ` Edward O'Callaghan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).