1
0
Fork 0

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>
hifive-unleashed-5.1
sayli karnik 2017-03-09 11:48:21 +05:30 committed by Jonathan Corbet
parent 88486bee06
commit 54f5d13b70
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ the reference implementation in drivers/cpufreq/longrun.c
Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset. Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
get_intermediate should return a stable intermediate frequency platform wants to 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 jumping to the frequency corresponding to 'index'. Core will take care of
sending notifications and driver doesn't have to handle them in sending notifications and driver doesn't have to handle them in
target_intermediate() or target_index(). target_intermediate() or target_index().