Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d7b17b0 authored by Monk Liu's avatar Monk Liu Committed by Alex Deucher
Browse files

drm/amdgpu:fix typo

parent 8bcad07a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2387,7 +2387,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;
					}
				}
@@ -2399,7 +2399,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);
		}