Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54f5d13b authored by sayli karnik's avatar sayli karnik Committed by Jonathan Corbet
Browse files

Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'



The patch replaces 'to to' with 'to' in the documentation.

Signed-off-by: default avatarsayli karnik <karniksayli1995@gmail.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 88486bee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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().