]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
thermal: int340x: processor_thermal: Correct workload type name
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 10 Dec 2020 21:33:24 +0000 (13:33 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 10 Dec 2020 21:48:52 +0000 (22:48 +0100)
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
drivers/thermal/intel/int340x_thermal/processor_thermal_mbox.c

index 2c105fed2d7bea86b5d312b522c0906c7ab010d5..990f51f22884b603a1863520e54716da56c5eac4 100644 (file)
@@ -87,7 +87,7 @@ static const char * const workload_types[] = {
        "none",
        "idle",
        "semi_active",
-       "burusty",
+       "bursty",
        "sustained",
        "battery_life",
        NULL