aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch
new file mode 100644
index 00000000..8bbdbf37
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/1100-drm-amd-fix-typo.patch
@@ -0,0 +1,29 @@
+From 17f2406c579878b1b269639fe4ea5838f81975da Mon Sep 17 00:00:00 2001
+From: Matteo Croce <mcroce@redhat.com>
+Date: Mon, 7 Jan 2019 14:06:00 +0100
+Subject: [PATCH 1100/2940] drm/amd: fix typo
+
+Fix spelling mistake: "lenght" -> "length"
+
+Signed-off-by: Matteo Croce <mcroce@redhat.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/include/atombios.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/include/atombios.h b/drivers/gpu/drm/amd/include/atombios.h
+index 7931502fa54f..8ba21747b40a 100644
+--- a/drivers/gpu/drm/amd/include/atombios.h
++++ b/drivers/gpu/drm/amd/include/atombios.h
+@@ -4106,7 +4106,7 @@ typedef struct _ATOM_LCD_MODE_CONTROL_CAP
+ typedef struct _ATOM_FAKE_EDID_PATCH_RECORD
+ {
+ UCHAR ucRecordType;
+- UCHAR ucFakeEDIDLength; // = 128 means EDID lenght is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
++ UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
+ UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements.
+ } ATOM_FAKE_EDID_PATCH_RECORD;
+
+--
+2.17.1
+