[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160905023749.GI25778@tiger>
Date: Mon, 5 Sep 2016 10:37:49 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Martin Kaiser <martin@...ser.cx>
Cc: linux-arm-kernel@...ts.infradead.org,
Sascha Hauer <kernel@...gutronix.de>,
Fabio Estevam <fabio.estevam@....com>,
Jiri Kosina <trivial@...nel.org>,
Joshua Clayton <stillcompiling@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: imx: (trivial) fix typo and grammar
On Fri, Sep 02, 2016 at 10:34:40AM +0200, Martin Kaiser wrote:
> Signed-off-by: Martin Kaiser <martin@...ser.cx>
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
>
Powered by blists - more mailing lists