commit | ac35e6cb9ea51dddceae7e20a736e248730908ac | [log] [tgz] |
---|---|---|
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | Thu Dec 10 13:33:24 2020 -0800 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Dec 10 22:48:52 2020 +0100 |
tree | 6de5d8871ce9c2b83b284b3bc61bf115e385a97b | |
parent | ea21f589de9a7d787f50da480d01457d8dcdd64a [diff] |
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
diff --git a/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c b/drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c index 2c105fe..990f51f 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