Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1595722
| From | sayli karnik <karniksayli1995@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to' |
| Date | 2017-03-09 08:00 +0100 |
| Message-ID | <tj0dl-1m3-19@gated-at.bofh.it> (permalink) |
| References | <tj0dk-1m3-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The patch replaces 'to to' with 'to' in the documentation. Signed-off-by: sayli karnik <karniksayli1995@gmail.com> --- Documentation/cpu-freq/cpu-drivers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cpu-freq/cpu-drivers.txt b/Documentation/cpu-freq/cpu-drivers.txt index f71e6be..434c49c 100644 --- a/Documentation/cpu-freq/cpu-drivers.txt +++ b/Documentation/cpu-freq/cpu-drivers.txt @@ -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(). -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Fix unintentional repetition of words sayli karnik <karniksayli1995@gmail.com> - 2017-03-09 08:00 +0100
[PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to' sayli karnik <karniksayli1995@gmail.com> - 2017-03-09 08:00 +0100
Re: [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to' Viresh Kumar <viresh.kumar@linaro.org> - 2017-03-09 10:20 +0100
csiph-web