[PATCH 01/21] drm/amdgpu:fix typo
Christian König
deathsimple at vodafone.de
Mon Feb 6 08:14:29 UTC 2017
Am 04.02.2017 um 11:21 schrieb Monk Liu:
> Change-Id: I68729b1d32d5e300b8f03a923d2065d51dbe6f7a
> Signed-off-by: Monk Liu <Monk.Liu at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com> for this one.
> ---
> 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 463a432..6106cd6 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -2447,7 +2447,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev)
> if (fence) {
> r = 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;
> }
> }
> @@ -2459,7 +2459,7 @@ int amdgpu_gpu_reset(struct amdgpu_device *adev)
> if (fence) {
> r = fence_wait(fence, false);
> if (r)
> - WARN(r, "recovery from shadow isn't comleted\n");
> + WARN(r, "recovery from shadow isn't completed\n");
> }
> fence_put(fence);
> }
More information about the amd-gfx
mailing list