Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1595720 > unrolled thread

[PATCH 0/3] Fix unintentional repetition of words

Started bysayli karnik <karniksayli1995@gmail.com>
First post2017-03-09 08:00 +0100
Last post2017-03-09 10:20 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1595720 — [PATCH 0/3] Fix unintentional repetition of words

Fromsayli karnik <karniksayli1995@gmail.com>
Date2017-03-09 08:00 +0100
Subject[PATCH 0/3] Fix unintentional repetition of words
Message-ID<tj0dk-1m3-3@gated-at.bofh.it>
Fix typos in the form of consecutive repetition of words.

sayli karnik (3):
  Documentation: phy: Fix repetition of word 'the'
  Documentation: ABI: testing: sysfs-bus-pci: Fix repetition of word
    'the'
  Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'

 Documentation/ABI/testing/sysfs-bus-pci | 2 +-
 Documentation/cpu-freq/cpu-drivers.txt  | 2 +-
 Documentation/phy.txt                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1595722 — [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'

Fromsayli karnik <karniksayli1995@gmail.com>
Date2017-03-09 08:00 +0100
Subject[PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
Message-ID<tj0dl-1m3-19@gated-at.bofh.it>
In reply to#1595720
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

[toc] | [prev] | [next] | [standalone]


#1595821 — Re: [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'

FromViresh Kumar <viresh.kumar@linaro.org>
Date2017-03-09 10:20 +0100
SubjectRe: [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
Message-ID<tj2oO-397-13@gated-at.bofh.it>
In reply to#1595722
On Thu, Mar 9, 2017 at 12:24 PM, sayli karnik <karniksayli1995@gmail.com> wrote:
> 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(-)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web