From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755131AbcIECiQ (ORCPT ); Sun, 4 Sep 2016 22:38:16 -0400 Received: from mail.kernel.org ([198.145.29.136]:54894 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754728AbcIECiO (ORCPT ); Sun, 4 Sep 2016 22:38:14 -0400 Date: Mon, 5 Sep 2016 10:37:49 +0800 From: Shawn Guo To: Martin Kaiser Cc: linux-arm-kernel@lists.infradead.org, Sascha Hauer , Fabio Estevam , Jiri Kosina , Joshua Clayton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: imx: (trivial) fix typo and grammar Message-ID: <20160905023749.GI25778@tiger> References: <1993847.IzPN1S0Ejq@diplodocus> <1472805280-5927-1-git-send-email-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472805280-5927-1-git-send-email-martin@kaiser.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 02, 2016 at 10:34:40AM +0200, Martin Kaiser wrote: > Signed-off-by: Martin Kaiser Applied, thanks. > --- > arch/arm/mach-imx/hardware.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h > index a42a6df..90e10cb 100644 > --- a/arch/arm/mach-imx/hardware.h > +++ b/arch/arm/mach-imx/hardware.h > @@ -120,7 +120,7 @@ > .type = _type, \ > } > > -/* There's a off-by-one betweem the gpio bank number and the gpiochip */ > +/* There's an off-by-one between the gpio bank number and the gpiochip */ > /* range e.g. GPIO_1_5 is gpio 5 under linux */ > #define IMX_GPIO_NR(bank, nr) (((bank) - 1) * 32 + (nr)) > > -- > 1.7.10.4 >