OSDN Git Service

drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"
authorColin Ian King <colin.king@canonical.com>
Thu, 18 Apr 2019 10:25:10 +0000 (11:25 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 19 Apr 2019 16:33:27 +0000 (11:33 -0500)
There is a spelling mistake in a pr_err message. Fix it.

Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c

index 6a0fcd6..aef9d05 100644 (file)
@@ -515,7 +515,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work)
 
        /* wait until RCV_MSG become 3 */
        if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
-               pr_err("failed to recieve FLR_CMPL\n");
+               pr_err("failed to receive FLR_CMPL\n");
                return;
        }