aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch')
-rw-r--r--common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch b/common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch
deleted file mode 100644
index bc6abe75..00000000
--- a/common/recipes-kernel/linux/files/0623-drm-fix-trivial-typos.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From d0be9f4ec1c4ad8a8b6be1efa5bc81e5bce957a3 Mon Sep 17 00:00:00 2001
-From: Geliang Tang <geliangtang@163.com>
-Date: Sun, 18 Oct 2015 23:29:48 +0800
-Subject: [PATCH 0623/1565] drm: fix trivial typos
-
-s/regsiter/register/
-
-Signed-off-by: Geliang Tang <geliangtang@163.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 44c5d4a..5526226 100644
---- a/drivers/gpu/drm/amd/include/atombios.h
-+++ b/drivers/gpu/drm/amd/include/atombios.h
-@@ -6784,7 +6784,7 @@ typedef struct _ATOM_MC_INIT_PARAM_TABLE_V2_1
- ULONG ulMCUcodeRomStartAddr;
- ULONG ulMCUcodeLength;
- USHORT usMcRegInitTableOffset; // offset of ATOM_REG_INIT_SETTING array for MC core register settings.
-- USHORT usReserved; // offset of ATOM_INIT_REG_BLOCK for MC SEQ/PHY regsiter setting
-+ USHORT usReserved; // offset of ATOM_INIT_REG_BLOCK for MC SEQ/PHY register setting
- }ATOM_MC_INIT_PARAM_TABLE_V2_1;
-
-
---
-1.9.1
-