diff options
author | 2024-09-02 16:28:16 +0800 | |
---|---|---|
committer | 2024-09-04 20:43:59 +0530 | |
commit | 87fa4bd351a51ec1eb2d4854f4112c7811fef519 (patch) | |
tree | 080ec4c85c598011a7853bd54975d03acda2b38b | |
parent | cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately (diff) | |
download | wireguard-linux-87fa4bd351a51ec1eb2d4854f4112c7811fef519.tar.xz wireguard-linux-87fa4bd351a51ec1eb2d4854f4112c7811fef519.zip |
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>
-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. */ |