mirror of https://gitee.com/openkylin/linux.git
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:
parent
ea21f589de
commit
ac35e6cb9e
|
@ -87,7 +87,7 @@ static const char * const workload_types[] = {
|
|||
"none",
|
||||
"idle",
|
||||
"semi_active",
|
||||
"burusty",
|
||||
"bursty",
|
||||
"sustained",
|
||||
"battery_life",
|
||||
NULL
|
||||
|
|
Loading…
Reference in New Issue