cpufreq: fix minor typo in struct cpufreq_driver doc comment
authorWang Wenhu <wenhu.wang@vivo.com>
Wed, 13 May 2020 14:18:54 +0000 (07:18 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 14 May 2020 11:23:09 +0000 (13:23 +0200)
Delete the duplicate "to", possibly double-typed.

Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/cpufreq.h

index f7240251a949e551e514e027993a21c05cdc11f4..67d5950bd878ce53ab7473aa360d1855671ae417 100644 (file)
@@ -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().