From: Srinivas Pandruvada Date: Thu, 10 Dec 2020 21:33:24 +0000 (-0800) Subject: thermal: int340x: processor_thermal: Correct workload type name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ac35e6cb9ea51dddceae7e20a736e248730908ac;p=linux.git thermal: int340x: processor_thermal: Correct workload type name Change "Burusty" to "bursty". Reported-by: Michael Larabel Signed-off-by: Srinivas Pandruvada Signed-off-by: Daniel Lezcano 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 2c105fed2d7be..990f51f22884b 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