Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186723 > unrolled thread
| Started by | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| First post | 2015-07-17 13:30 +0200 |
| Last post | 2015-07-17 16:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Date | 2015-07-17 13:30 +0200 |
| Subject | [PATCH] [trivial] treewide: Fix double words in Kconfig |
| Message-ID | <pNc02-3ZN-13@gated-at.bofh.it> |
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 -- 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/
[toc] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2015-07-17 16:30 +0200 |
| Message-ID | <pNeOf-82h-27@gated-at.bofh.it> |
| In reply to | #1186723 |
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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web