aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch
new file mode 100644
index 00000000..c3a15b62
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/3626-drm-amdgpu-fix-spelling-mistake-jumpimng-jumping.patch
@@ -0,0 +1,31 @@
+From 6b980ad41ecfcc3b8630db493ea10921106782d0 Mon Sep 17 00:00:00 2001
+From: Colin Ian King <colin.king@canonical.com>
+Date: Thu, 29 Aug 2019 01:51:56 +0100
+Subject: [PATCH 3626/4256] drm/amdgpu: fix spelling mistake "jumpimng" ->
+ "jumping"
+
+There is a spelling mistake in a DRM_DEBUG_DRIVER debug message.
+Fix it.
+
+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_ras_eeprom.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
+index 86110e6095cc..8a32b5c93778 100644
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
+@@ -257,7 +257,7 @@ static uint32_t __correct_eeprom_dest_address(uint32_t curr_address)
+ * https://www.st.com/resource/en/datasheet/m24m02-dr.pdf sec. 5.1.2
+ */
+ if ((curr_address & EEPROM_ADDR_MSB_MASK) != (next_address & EEPROM_ADDR_MSB_MASK)) {
+- DRM_DEBUG_DRIVER("Reached end of EEPROM memory page, jumpimng to next: %lx",
++ DRM_DEBUG_DRIVER("Reached end of EEPROM memory page, jumping to next: %lx",
+ (next_address & EEPROM_ADDR_MSB_MASK));
+
+ return (next_address & EEPROM_ADDR_MSB_MASK);
+--
+2.17.1
+