From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757682AbbGQOZP (ORCPT ); Fri, 17 Jul 2015 10:25:15 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60988 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757591AbbGQOZN (ORCPT ); Fri, 17 Jul 2015 10:25:13 -0400 Message-ID: <55A91047.1000601@infradead.org> Date: Fri, 17 Jul 2015 07:25:11 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Masanari Iida , trivial@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [trivial] treewide: Fix double words in Kconfig References: <1437132417-24982-1-git-send-email-standby24x7@gmail.com> In-Reply-To: <1437132417-24982-1-git-send-email-standby24x7@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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