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~134^2~11^2~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4afaa61db9cf5250b5734c2531b226e7b3a3d691;p=thirdparty%2Fkernel%2Flinux.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 e20695b44dbed..40706334f7a8b 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; }