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
This commit is contained in:
Srinivas Pandruvada 2020-12-10 13:33:24 -08:00 committed by Daniel Lezcano
parent ea21f589de
commit ac35e6cb9e

View file

@ -87,7 +87,7 @@ static const char * const workload_types[] = {
"none",
"idle",
"semi_active",
"burusty",
"bursty",
"sustained",
"battery_life",
NULL