aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch
new file mode 100644
index 00000000..be2b8653
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4085-drm-amdgpu-ras-fix-typos-in-documentation.patch
@@ -0,0 +1,36 @@
+From 91803831f1c899b5641604552d6113be595f702f Mon Sep 17 00:00:00 2001
+From: Alex Deucher <alexander.deucher@amd.com>
+Date: Tue, 8 Oct 2019 13:04:33 -0500
+Subject: [PATCH 4085/4256] drm/amdgpu/ras: fix typos in documentation
+
+Fix a couple of spelling typos.
+
+Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+index 0581004e2ed3..f57b29712d26 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
+@@ -226,13 +226,13 @@ static struct ras_manager *amdgpu_ras_find_obj(struct amdgpu_device *adev,
+ *
+ * .. code-block:: bash
+ *
+- * echo op block [error [sub_blcok address value]] > .../ras/ras_ctrl
++ * echo op block [error [sub_block address value]] > .../ras/ras_ctrl
+ *
+ * op: disable, enable, inject
+ * disable: only block is needed
+ * enable: block and error are needed
+ * inject: error, address, value are needed
+- * block: umc, smda, gfx, .........
++ * block: umc, sdma, gfx, .........
+ * see ras_block_string[] for details
+ * error: ue, ce
+ * ue: multi_uncorrectable
+--
+2.17.1
+