diff options
author | Liu Jing <liujing@cmss.chinamobile.com> | 2024-09-02 16:28:16 +0800 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2024-09-04 20:43:59 +0530 |
commit | 87fa4bd351a51ec1eb2d4854f4112c7811fef519 (patch) | |
tree | 080ec4c85c598011a7853bd54975d03acda2b38b /drivers/cpufreq | |
parent | abc00ffda43bd4ba85896713464c7510c39f8165 (diff) |
cpufreq: Fix the cacography in powernv-cpufreq.c
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/powernv-cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |