All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix unintentional repetition of words
@ 2017-03-09  6:52 ` sayli karnik
  0 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:15 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Jonathan Corbet

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/3] Documentation: phy: Fix repetition of word 'the'
  2017-03-09  6:52 ` sayli karnik
@ 2017-03-09  6:53   ` sayli karnik
  -1 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:16 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Jonathan Corbet

The patch replaces 'the the' with 'the' in the documantation.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 Documentation/phy.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/phy.txt b/Documentation/phy.txt
index 0aa994b..383cdd8 100644
--- a/Documentation/phy.txt
+++ b/Documentation/phy.txt
@@ -97,7 +97,7 @@ should contain the phy name as given in the dt data and in the case of
 non-dt boot, it should contain the label of the PHY.  The two
 devm_phy_get associates the device with the PHY using devres on
 successful PHY get. On driver detach, release function is invoked on
-the the devres data and devres data is freed. phy_optional_get and
+the devres data and devres data is freed. phy_optional_get and
 devm_phy_optional_get should be used when the phy is optional. These
 two functions will never return -ENODEV, but instead returns NULL when
 the phy cannot be found.Some generic drivers, such as ehci, may use multiple
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] Documentation: ABI: testing: sysfs-bus-pci: Fix repetition of word 'the'
  2017-03-09  6:52 ` sayli karnik
@ 2017-03-09  6:53   ` sayli karnik
  -1 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:17 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Jonathan Corbet

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

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 Documentation/ABI/testing/sysfs-bus-pci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci
index 5a1732b..e4e9010 100644
--- a/Documentation/ABI/testing/sysfs-bus-pci
+++ b/Documentation/ABI/testing/sysfs-bus-pci
@@ -299,5 +299,5 @@ What:		/sys/bus/pci/devices/.../revision
 Date:		November 2016
 Contact:	Emil Velikov <emil.l.velikov@gmail.com>
 Description:
-		This file contains the revision field of the the PCI device.
+		This file contains the revision field of the PCI device.
 		The value comes from device config space. The file is read only.
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
  2017-03-09  6:52 ` sayli karnik
@ 2017-03-09  6:54   ` sayli karnik
  -1 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:18 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Jonathan Corbet

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



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [Outreachy kernel] [PATCH 1/3] Documentation: phy: Fix repetition of word 'the'
  2017-03-09  6:53   ` sayli karnik
  (?)
@ 2017-03-09  6:34   ` Greg KH
  2017-03-09  7:34     ` Jonathan Corbet
  -1 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2017-03-09  6:34 UTC (permalink / raw)
  To: sayli karnik; +Cc: outreachy-kernel, Jonathan Corbet

On Thu, Mar 09, 2017 at 11:46:22AM +0530, sayli karnik wrote:
> The patch replaces 'the the' with 'the' in the documantation.
> 
> Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
> ---
>  Documentation/phy.txt | 2 +-

I can't take any outreachy application patches outside of
drivers/staging/ sorry.

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 0/3] Fix unintentional repetition of words
@ 2017-03-09  6:52 ` sayli karnik
  0 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:52 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/3] Documentation: phy: Fix repetition of word 'the'
@ 2017-03-09  6:53   ` sayli karnik
  0 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:53 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel

The patch replaces 'the the' with 'the' in the documantation.

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 Documentation/phy.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/phy.txt b/Documentation/phy.txt
index 0aa994b..383cdd8 100644
--- a/Documentation/phy.txt
+++ b/Documentation/phy.txt
@@ -97,7 +97,7 @@ should contain the phy name as given in the dt data and in the case of
 non-dt boot, it should contain the label of the PHY.  The two
 devm_phy_get associates the device with the PHY using devres on
 successful PHY get. On driver detach, release function is invoked on
-the the devres data and devres data is freed. phy_optional_get and
+the devres data and devres data is freed. phy_optional_get and
 devm_phy_optional_get should be used when the phy is optional. These
 two functions will never return -ENODEV, but instead returns NULL when
 the phy cannot be found.Some generic drivers, such as ehci, may use multiple
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] Documentation: ABI: testing: sysfs-bus-pci: Fix repetition of word 'the'
@ 2017-03-09  6:53   ` sayli karnik
  0 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:53 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel

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

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 Documentation/ABI/testing/sysfs-bus-pci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci
index 5a1732b..e4e9010 100644
--- a/Documentation/ABI/testing/sysfs-bus-pci
+++ b/Documentation/ABI/testing/sysfs-bus-pci
@@ -299,5 +299,5 @@ What:		/sys/bus/pci/devices/.../revision
 Date:		November 2016
 Contact:	Emil Velikov <emil.l.velikov@gmail.com>
 Description:
-		This file contains the revision field of the the PCI device.
+		This file contains the revision field of the PCI device.
 		The value comes from device config space. The file is read only.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
@ 2017-03-09  6:54   ` sayli karnik
  0 siblings, 0 replies; 11+ messages in thread
From: sayli karnik @ 2017-03-09  6:54 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel

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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [Outreachy kernel] [PATCH 1/3] Documentation: phy: Fix repetition of word 'the'
  2017-03-09  6:34   ` [Outreachy kernel] " Greg KH
@ 2017-03-09  7:34     ` Jonathan Corbet
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Corbet @ 2017-03-09  7:34 UTC (permalink / raw)
  To: Greg KH; +Cc: sayli karnik, outreachy-kernel

On Thu, 9 Mar 2017 07:34:09 +0100
Greg KH <gregkh@linuxfoundation.org> wrote:

> On Thu, Mar 09, 2017 at 11:46:22AM +0530, sayli karnik wrote:
> > The patch replaces 'the the' with 'the' in the documantation.
> > 
> > Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
> > ---
> >  Documentation/phy.txt | 2 +-  
> 
> I can't take any outreachy application patches outside of
> drivers/staging/ sorry.

I'm always happy to take docs improvements, though, so I've applied these
to the docs tree.  Thanks!

jon


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to'
  2017-03-09  6:54   ` sayli karnik
  (?)
@ 2017-03-09  9:15   ` Viresh Kumar
  -1 siblings, 0 replies; 11+ messages in thread
From: Viresh Kumar @ 2017-03-09  9:15 UTC (permalink / raw)
  To: sayli karnik; +Cc: Jonathan Corbet, linux-doc, linux-kernel@vger.kernel.org

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>

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-03-09  9:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09  6:15 [PATCH 0/3] Fix unintentional repetition of words sayli karnik
2017-03-09  6:52 ` sayli karnik
2017-03-09  6:16 ` [PATCH 1/3] Documentation: phy: Fix repetition of word 'the' sayli karnik
2017-03-09  6:53   ` sayli karnik
2017-03-09  6:34   ` [Outreachy kernel] " Greg KH
2017-03-09  7:34     ` Jonathan Corbet
2017-03-09  6:17 ` [PATCH 2/3] Documentation: ABI: testing: sysfs-bus-pci: " sayli karnik
2017-03-09  6:53   ` sayli karnik
2017-03-09  6:18 ` [PATCH 3/3] Documentation: cpu-freq: cpu-drivers: Fix repetition of word 'to' sayli karnik
2017-03-09  6:54   ` sayli karnik
2017-03-09  9:15   ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.