public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [trivial] treewide: Fix double words in Kconfig
@ 2015-07-17 11:26 Masanari Iida
  2015-07-17 14:25 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-07-17 11:26 UTC (permalink / raw)
  To: trivial, linux-kernel, rdunlap; +Cc: Masanari Iida

This patch fix double words and typos found within Kconfig files.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/arm/Kconfig                  | 2 +-
 drivers/i2c/busses/Kconfig        | 2 +-
 drivers/usb/gadget/legacy/Kconfig | 3 +--
 init/Kconfig                      | 4 ++--
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1c50210..7022d45 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1930,7 +1930,7 @@ config ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
 	bool "Extend with bootloader kernel arguments"
 	help
 	  The command-line arguments provided by the boot loader will be
-	  appended to the the device tree bootargs property.
+	  appended to the device tree bootargs property.
 
 endchoice
 
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 577d58d..92c026a 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -357,7 +357,7 @@ config I2C_AXXIA
 	  Say yes if you want to support the I2C bus on Axxia platforms.
 
 	  Please note that this controller is limited to transfers of maximum
-	  255 bytes in length. Any attempt to to a larger transfer will return
+	  255 bytes in length. Any attempt to a larger transfer will return
 	  an error.
 
 config I2C_BCM2835
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig
index d5a7102..6c77e2f 100644
--- a/drivers/usb/gadget/legacy/Kconfig
+++ b/drivers/usb/gadget/legacy/Kconfig
@@ -103,8 +103,7 @@ config USB_ETH
 	   - CDC Ethernet Emulation Model (EEM) is a newer standard that has
 	     a simpler interface that can be used by more USB hardware.
 
-	  RNDIS support is an additional option, more demanding than than
-	  subset.
+	  RNDIS support is an additional option, more demanding than subset. 
 
 	  Within the USB device, this gadget driver exposes a network device
 	  "usbX", where X depends on what other networking devices you have.
diff --git a/init/Kconfig b/init/Kconfig
index af09b4f..ccc6960 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -863,8 +863,8 @@ config LOG_CPU_MAX_BUF_SHIFT
 	  used as it forces an exact (power of two) size of the ring buffer.
 
 	  The number of possible CPUs is used for this computation ignoring
-	  hotplugging making the compuation optimal for the the worst case
-	  scenerio while allowing a simple algorithm to be used from bootup.
+	  hotplugging making the computation optimal for the worst case
+	  scenario while allowing a simple algorithm to be used from bootup.
 
 	  Examples shift values and their meaning:
 		     17 => 128 KB for each CPU
-- 
2.5.0.rc2.13.g961abca


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

* Re: [PATCH] [trivial] treewide: Fix double words in Kconfig
  2015-07-17 11:26 [PATCH] [trivial] treewide: Fix double words in Kconfig Masanari Iida
@ 2015-07-17 14:25 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2015-07-17 14:25 UTC (permalink / raw)
  To: Masanari Iida, trivial, linux-kernel

On 07/17/15 04:26, Masanari Iida wrote:
> This patch fix double words and typos found within Kconfig files.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/arm/Kconfig                  | 2 +-
>  drivers/i2c/busses/Kconfig        | 2 +-
>  drivers/usb/gadget/legacy/Kconfig | 3 +--
>  init/Kconfig                      | 4 ++--
>  4 files changed, 5 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 577d58d..92c026a 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -357,7 +357,7 @@ config I2C_AXXIA
>  	  Say yes if you want to support the I2C bus on Axxia platforms.
>  
>  	  Please note that this controller is limited to transfers of maximum
> -	  255 bytes in length. Any attempt to to a larger transfer will return
> +	  255 bytes in length. Any attempt to a larger transfer will return

	                                   to make a larger transfer

>  	  an error.
>  
>  config I2C_BCM2835

-- 
~Randy

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

end of thread, other threads:[~2015-07-17 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 11:26 [PATCH] [trivial] treewide: Fix double words in Kconfig Masanari Iida
2015-07-17 14:25 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox