aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch
new file mode 100644
index 00000000..96f2c9d8
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/1798-drm-amd-amdgpu-fix-spelling-mistake-recieve-receive.patch
@@ -0,0 +1,31 @@
+From df73717cc9b0ae2a9071c60c53a981139f0d324a Mon Sep 17 00:00:00 2001
+From: Colin Ian King <colin.king@canonical.com>
+Date: Thu, 18 Apr 2019 11:25:10 +0100
+Subject: [PATCH 1798/2940] 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>
+---
+ drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+index 6a0fcd67662a..aef9d059ae52 100644
+--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
++++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+@@ -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;
+ }
+
+--
+2.17.1
+