drm/amdgpu: fix spelling mistake "Falied" -> "Failed"
authorColin Ian King <colin.king@canonical.com>
Fri, 10 Jul 2020 08:37:58 +0000 (09:37 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Jul 2020 21:43:02 +0000 (17:43 -0400)
There is a spelling mistake in a DRM_ERROR error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index e20695b..4070633 100644 (file)
@@ -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;
        }