aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>2020-12-10 13:33:24 -0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-12-10 22:48:52 +0100
commitac35e6cb9ea51dddceae7e20a736e248730908ac (patch)
tree6de5d8871ce9c2b83b284b3bc61bf115e385a97b /drivers/thermal
parentthermal: broadcom: simplify the return expression of bcm2711_thermal_probe() (diff)
downloadlinux-dev-ac35e6cb9ea51dddceae7e20a736e248730908ac.tar.xz
linux-dev-ac35e6cb9ea51dddceae7e20a736e248730908ac.zip
thermal: int340x: processor_thermal: Correct workload type name
Change "Burusty" to "bursty". Reported-by: Michael Larabel <Michael@phoronix.com> Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20201210213324.2113041-1-srinivas.pandruvada@linux.intel.com
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c2
1 files changed, 1 insertions, 1 deletions
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