Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/amdgpu: fix spelling mistake "recieve" -> "receive"

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>

authored by

Colin Ian King and committed by
Alex Deucher
c9d66b36 f4895610

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
··· 515 515 516 516 /* wait until RCV_MSG become 3 */ 517 517 if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) { 518 - pr_err("failed to recieve FLR_CMPL\n"); 518 + pr_err("failed to receive FLR_CMPL\n"); 519 519 return; 520 520 } 521 521