[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20201210213324.2113041-1-srinivas.pandruvada@linux.intel.com>
Date: Thu, 10 Dec 2020 13:33:24 -0800
From: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
To: rui.zhang@...el.com, daniel.lezcano@...aro.org, amitk@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>,
Michael Larabel <Michael@...ronix.com>
Subject: [PATCH] thermal: int340x: processor_thermal: Correct workload type name
Change "Burusty" to "bursty".
Reported-by: Michael Larabel <Michael@...ronix.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
---
drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c b/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c
index 2c105fed2d7b..990f51f22884 100644
--- a/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c
+++ b/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c
@@ -87,7 +87,7 @@ static const char * const workload_types[] = {
"none",
"idle",
"semi_active",
- "burusty",
+ "bursty",
"sustained",
"battery_life",
NULL
--
2.25.4
Powered by blists - more mailing lists