aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch
new file mode 100644
index 00000000..aba73fd3
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/4649-drm-amdgpu-fix-typo-in-amdgpu_mn.c-comments.patch
@@ -0,0 +1,32 @@
+From 35632a900ec470b9a1bc957f1876d54a3e73912a Mon Sep 17 00:00:00 2001
+From: Slava Abramov <slava.abramov@amd.com>
+Date: Wed, 13 Jun 2018 10:50:31 -0400
+Subject: [PATCH 4649/5725] drm/amdgpu: fix typo in amdgpu_mn.c comments
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+In doc comments for struct amdgpu_mn: destrution -> destruction
+
+Signed-off-by: Slava Abramov <slava.abramov@amd.com>
+Reviewed-by: Christian König <christian.koenig@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
+index 7aaef93..2f3fb4f 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c
+@@ -59,7 +59,7 @@
+ * @adev: amdgpu device pointer
+ * @mm: process address space
+ * @mn: MMU notifier structur
+- * @work: destrution work item
++ * @work: destruction work item
+ * @node: hash table node to find structure by adev and mn
+ * @lock: rw semaphore protecting the notifier nodes
+ * @objects: interval tree containing amdgpu_mn_nodes
+--
+2.7.4
+