From: Colin Ian King Date: Fri, 10 Jul 2020 08:37:58 +0000 (+0100) Subject: drm/amdgpu: fix spelling mistake "Falied" -> "Failed" X-Git-Tag: v5.9-rc1~51^2~17^2~98 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4afaa61db9cf5250b5734c2531b226e7b3a3d691;p=linux-block.git drm/amdgpu: fix spelling mistake "Falied" -> "Failed" There is a spelling mistake in a DRM_ERROR error message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c index e20695b44dbe..40706334f7a8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c @@ -1984,7 +1984,7 @@ static int psp_suspend(void *handle) ret = psp_tmr_terminate(psp); if (ret) { - DRM_ERROR("Falied to terminate tmr\n"); + DRM_ERROR("Failed to terminate tmr\n"); return ret; }