]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: Fix the cacography in powernv-cpufreq.c
authorLiu Jing <liujing@cmss.chinamobile.com>
Mon, 2 Sep 2024 08:28:16 +0000 (16:28 +0800)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 4 Sep 2024 15:13:59 +0000 (20:43 +0530)
The word 'swtich' is wrong, so fix it.

Signed-off-by: Liu Jing <liujing@cmss.chinamobile.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/powernv-cpufreq.c

index 50c62929f7ca6cc9da599ad42d947d5b4b2f18e2..c1b6280de5dcee9f8061e8f041412e7c989a61f9 100644 (file)
@@ -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.
         */