Skip to content

Commit 2909438

Browse files
Wang Wenhurafaeljw
authored andcommitted
cpufreq: fix minor typo in struct cpufreq_driver doc comment
Delete the duplicate "to", possibly double-typed. Signed-off-by: Wang Wenhu <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 3f8ffb1 commit 2909438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/cpufreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ struct cpufreq_driver {
330330
*
331331
* get_intermediate should return a stable intermediate frequency
332332
* platform wants to switch to and target_intermediate() should set CPU
333-
* to to that frequency, before jumping to the frequency corresponding
333+
* to that frequency, before jumping to the frequency corresponding
334334
* to 'index'. Core will take care of sending notifications and driver
335335
* doesn't have to handle them in target_intermediate() or
336336
* target_index().

0 commit comments

Comments
 (0)