]> git.ipfire.org Git - people/ms/linux.git/commitdiff
Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
authorsayli karnik <karniksayli1995@gmail.com>
Thu, 9 Mar 2017 06:18:21 +0000 (11:48 +0530)
committerJonathan Corbet <corbet@lwn.net>
Thu, 9 Mar 2017 09:43:34 +0000 (02:43 -0700)
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>
Documentation/cpu-freq/cpu-drivers.txt

index f71e6be26b83b48466353a58e5fc45ac75c239b8..434c49cc7330aa5273ca1e018ff912fa8c32b7c4 100644 (file)
@@ -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().