From: Shawn Guo <shawnguo@kernel.org>
To: Martin Kaiser <martin@kaiser.cx>
Cc: linux-arm-kernel@lists.infradead.org,
Sascha Hauer <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
Jiri Kosina <trivial@kernel.org>,
Joshua Clayton <stillcompiling@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: imx: (trivial) fix typo and grammar
Date: Mon, 5 Sep 2016 10:37:49 +0800 [thread overview]
Message-ID: <20160905023749.GI25778@tiger> (raw)
In-Reply-To: <1472805280-5927-1-git-send-email-martin@kaiser.cx>
On Fri, Sep 02, 2016 at 10:34:40AM +0200, Martin Kaiser wrote:
> Signed-off-by: Martin Kaiser <martin@kaiser.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
>
prev parent reply other threads:[~2016-09-05 2:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-01 20:48 [PATCH] ARM: imx: (trivial) fix a typo Martin Kaiser
2016-09-02 1:19 ` Joshua Clayton
2016-09-02 8:34 ` [PATCH] ARM: imx: (trivial) fix typo and grammar Martin Kaiser
2016-09-02 12:42 ` Joshua Clayton
2016-09-05 2:37 ` Shawn Guo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160905023749.GI25778@tiger \
--to=shawnguo@kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin@kaiser.cx \
--cc=stillcompiling@gmail.com \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox