]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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 9de1ca942a8ce5ad1c08c45482f8f624667a592f)

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

index fe7d39bb975d74f9fb89542c4688fe3403831178..8034111acd9a6649257e3a314eb57c56efb2b328 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;
        }