Commit 4afaa61d authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amdgpu: fix spelling mistake "Falied" -> "Failed"



There is a spelling mistake in a DRM_ERROR error message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7bdb0899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}