summaryrefslogtreecommitdiffstats
path: root/Documentation/cpu-freq
diff options
context:
space:
mode:
authorsayli karnik <karniksayli1995@gmail.com>2017-03-09 11:48:21 +0530
committerJonathan Corbet <corbet@lwn.net>2017-03-09 02:43:34 -0700
commit54f5d13b708a64177d4437a2b23fb05035f90716 (patch)
treeb641d5803052a7947d8986b24205ddcfed479c35 /Documentation/cpu-freq
parent88486bee065ace1aa9cdd6fa48586ef3f2d62ec9 (diff)
downloadop-kernel-dev-54f5d13b708a64177d4437a2b23fb05035f90716.zip
op-kernel-dev-54f5d13b708a64177d4437a2b23fb05035f90716.tar.gz
Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
The patch replaces 'to to' with 'to' in the documentation. Signed-off-by: sayli karnik <karniksayli1995@gmail.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r--Documentation/cpu-freq/cpu-drivers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/cpu-drivers.txt b/Documentation/cpu-freq/cpu-drivers.txt
index f71e6be..434c49c 100644
--- a/Documentation/cpu-freq/cpu-drivers.txt
+++ b/Documentation/cpu-freq/cpu-drivers.txt
@@ -231,7 +231,7 @@ the reference implementation in drivers/cpufreq/longrun.c
Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
get_intermediate should return a stable intermediate frequency platform wants to
-switch to, and target_intermediate() should set CPU to to that frequency, before
+switch to, and target_intermediate() should set CPU 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().
OpenPOWER on IntegriCloud