diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2020-12-10 13:33:24 -0800 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-12-10 22:48:52 +0100 |
commit | ac35e6cb9ea51dddceae7e20a736e248730908ac (patch) | |
tree | 6de5d8871ce9c2b83b284b3bc61bf115e385a97b /drivers/thermal | |
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
Diffstat (limited to 'drivers/thermal')
-rw-r--r-- | drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c | 2 |
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 |