OSDN Git Service

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>
Thu, 6 Aug 2020 20:16:57 +0000 (16:16 -0400)
There is a spelling mistake in a DRM_ERROR error message. Fix it.

This got lost in a merge, restore the fix.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 4afaa61db9cf5250b5734c2531b226e7b3a3d691)

drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index fe7d39b..8034111 100644 (file)
@@ -1987,7 +1987,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;
        }