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


Groups > linux.kernel > #1186871

Re: [PATCH] [trivial] treewide: Fix double words in Kconfig

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH] [trivial] treewide: Fix double words in Kconfig
Date 2015-07-17 16:30 +0200
Message-ID <pNeOf-82h-27@gated-at.bofh.it> (permalink)
References <pNc02-3ZN-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] [trivial] treewide: Fix double words in Kconfig Masanari Iida <standby24x7@gmail.com> - 2015-07-17 13:30 +0200
  Re: [PATCH] [trivial] treewide: Fix double words in Kconfig Randy Dunlap <rdunlap@infradead.org> - 2015-07-17 16:30 +0200

csiph-web