aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch
new file mode 100644
index 00000000..2019e5e3
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0849-drm-amdgpu-fix-spelling-mistake-Pramater-Parameter.patch
@@ -0,0 +1,35 @@
+From 5bf93c4faa250550f6653d59c72b1b7a3ac7821e Mon Sep 17 00:00:00 2001
+From: Colin Ian King <colin.king@canonical.com>
+Date: Mon, 26 Nov 2018 15:02:28 +0000
+Subject: [PATCH 0849/2940] drm/amdgpu: fix spelling mistake "Pramater" ->
+ "Parameter"
+
+There is a spelling mistake in the module description text and
+a comment too, fix them. Also line break overly long comment.
+
+Signed-off-by: Colin Ian King <colin.king@canonical.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+index 7dff101a04d9..b9974a67c420 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -468,9 +468,10 @@ module_param_named(cntl_sb_buf_per_se, amdgpu_cntl_sb_buf_per_se, int, 0444);
+
+ /**
+ * DOC: param_buf_per_se (int)
+- * Override the size of Off-Chip Pramater Cache per Shader Engine in Byte. The default is 0 (depending on gfx).
++ * Override the size of Off-Chip Parameter Cache per Shader Engine in Byte.
++ * The default is 0 (depending on gfx).
+ */
+-MODULE_PARM_DESC(param_buf_per_se, "the size of Off-Chip Pramater Cache per Shader Engine (default depending on gfx)");
++MODULE_PARM_DESC(param_buf_per_se, "the size of Off-Chip Parameter Cache per Shader Engine (default depending on gfx)");
+ module_param_named(param_buf_per_se, amdgpu_param_buf_per_se, int, 0444);
+
+ /**
+--
+2.17.1
+