diff options
author | Monk Liu <Monk.Liu@amd.com> | 2017-01-22 05:52:56 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:52:36 -0400 |
commit | 1d7b17b09fc87b0c30ca002a62cabcecc36d0704 (patch) | |
tree | 90a3800c604f2e7bf0f8919bce700ecbc8ace3b9 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 8bcad07a45637fb88e799466e4eee83859e8ffd3 (diff) |
drm/amdgpu:fix typo
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 |
1 files 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 de0cf3315484..7bf246e25ab7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -2387,7 +2387,7 @@ retry: | |||
2387 | if (fence) { | 2387 | if (fence) { |
2388 | r = dma_fence_wait(fence, false); | 2388 | r = dma_fence_wait(fence, false); |
2389 | if (r) { | 2389 | if (r) { |
2390 | WARN(r, "recovery from shadow isn't comleted\n"); | 2390 | WARN(r, "recovery from shadow isn't completed\n"); |
2391 | break; | 2391 | break; |
2392 | } | 2392 | } |
2393 | } | 2393 | } |
@@ -2399,7 +2399,7 @@ retry: | |||
2399 | if (fence) { | 2399 | if (fence) { |
2400 | r = dma_fence_wait(fence, false); | 2400 | r = dma_fence_wait(fence, false); |
2401 | if (r) | 2401 | if (r) |
2402 | WARN(r, "recovery from shadow isn't comleted\n"); | 2402 | WARN(r, "recovery from shadow isn't completed\n"); |
2403 | } | 2403 | } |
2404 | dma_fence_put(fence); | 2404 | dma_fence_put(fence); |
2405 | } | 2405 | } |