aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch
new file mode 100644
index 00000000..4e87fc88
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/3957-drm-amd-pp-Fix-spelling-mistake-suppported-supported.patch
@@ -0,0 +1,31 @@
+From 9cb72afd85c8944dedc6935c39a77ad8121d3259 Mon Sep 17 00:00:00 2001
+From: Colin Ian King <colin.king@canonical.com>
+Date: Tue, 27 Mar 2018 09:32:57 +0100
+Subject: [PATCH 3957/4131] drm/amd/pp: Fix spelling mistake: "suppported" ->
+ "supported"
+
+Trivial fix to spelling mistake in pr_warn warning message text
+
+Change-Id: I74410c83824e05c65b7449b1ae4730489d98a5dd
+Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
+Signed-off-by: Colin Ian King <colin.king@canonical.com>
+---
+ drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c b/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
+index 0f2851b..308bff2 100644
+--- a/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
++++ b/drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c
+@@ -46,7 +46,7 @@ int psm_init_power_state_table(struct pp_hwmgr *hwmgr)
+ sizeof(struct pp_power_state);
+
+ if (table_entries == 0 || size == 0) {
+- pr_warn("Please check whether power state management is suppported on this asic\n");
++ pr_warn("Please check whether power state management is supported on this asic\n");
+ return 0;
+ }
+
+--
+2.7.4
+