From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754537AbbGQL06 (ORCPT ); Fri, 17 Jul 2015 07:26:58 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:34849 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbbGQL05 (ORCPT ); Fri, 17 Jul 2015 07:26:57 -0400 From: Masanari Iida To: trivial@kernel.org, linux-kernel@vger.kernel.org, rdunlap@infradead.org Cc: Masanari Iida Subject: [PATCH] [trivial] treewide: Fix double words in Kconfig Date: Fri, 17 Jul 2015 20:26:57 +0900 Message-Id: <1437132417-24982-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.5.0.rc2.13.g961abca Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix double words and typos found within Kconfig files. Signed-off-by: Masanari Iida --- 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