From 87fa4bd351a51ec1eb2d4854f4112c7811fef519 Mon Sep 17 00:00:00 2001 From: Liu Jing Date: Mon, 2 Sep 2024 16:28:16 +0800 Subject: cpufreq: Fix the cacography in powernv-cpufreq.c The word 'swtich' is wrong, so fix it. Signed-off-by: Liu Jing Signed-off-by: Viresh Kumar --- drivers/cpufreq/powernv-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/powernv-cpufreq.c b/drivers/cpufreq/powernv-cpufreq.c index 50c62929f7ca..c1b6280de5dc 100644 --- a/drivers/cpufreq/powernv-cpufreq.c +++ b/drivers/cpufreq/powernv-cpufreq.c @@ -692,7 +692,7 @@ static void gpstate_timer_handler(struct timer_list *t) } /* - * If PMCR was last updated was using fast_swtich then + * If PMCR was last updated was using fast_switch then * We may have wrong in gpstate->last_lpstate_idx * value. Hence, read from PMCR to get correct data. */ -- cgit