diff mbox series

cpufreq: fix a minor typo for cpufreq_driver doc

Message ID 20200513141854.18451-1-wenhu.wang@vivo.com
State New
Headers show
Series cpufreq: fix a minor typo for cpufreq_driver doc | expand

Commit Message

Wang Wenhu May 13, 2020, 2:18 p.m. UTC
Delete the duplicate "to" possibly double-typed.

Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
---
 include/linux/cpufreq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index f7240251a949..67d5950bd878 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -330,7 +330,7 @@  struct cpufreq_driver {
 	 *
 	 * get_intermediate should return a stable intermediate frequency
 	 * platform wants to switch to and target_intermediate() should set CPU
-	 * to to that frequency, before jumping to the frequency corresponding
+	 * to that frequency, before jumping to the frequency corresponding
 	 * to 'index'. Core will take care of sending notifications and driver
 	 * doesn't have to handle them in target_intermediate() or
 	 * target_index().