Skip to content

Commit

Permalink
Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
Browse files Browse the repository at this point in the history
The patch replaces 'to to' with 'to' in the documentation.

Signed-off-by: sayli karnik <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Sayli-Karnik authored and Jonathan Corbet committed Mar 9, 2017
1 parent 88486be commit 54f5d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/cpu-freq/cpu-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 54f5d13

Please sign in to comment.