All of lore.kernel.org
 help / color / mirror / Atom feed
From: stillcompiling@gmail.com (Joshua Clayton)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: (trivial) fix a typo
Date: Thu, 01 Sep 2016 18:19:07 -0700	[thread overview]
Message-ID: <1993847.IzPN1S0Ejq@diplodocus> (raw)
In-Reply-To: <20160901204816.GA8057@reykholt.kaiser.cx>

On Thursday, September 01, 2016 10:48:16 PM Martin Kaiser wrote:
> Signed-off-by: Martin Kaiser <martin@kaiser.cx>
> ---
>  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..2810ffc 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 a 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))
>  
> 
s/a/an/

while we're in there fixing spelling let's fix the grammar too:

 diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h
 index a42a6df..2810ffc 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))
  
 

WARNING: multiple messages have this Message-ID (diff)
From: Joshua Clayton <stillcompiling@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Martin Kaiser <martin@kaiser.cx>, Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	Jiri Kosina <trivial@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: imx: (trivial) fix a typo
Date: Thu, 01 Sep 2016 18:19:07 -0700	[thread overview]
Message-ID: <1993847.IzPN1S0Ejq@diplodocus> (raw)
In-Reply-To: <20160901204816.GA8057@reykholt.kaiser.cx>

On Thursday, September 01, 2016 10:48:16 PM Martin Kaiser wrote:
> Signed-off-by: Martin Kaiser <martin@kaiser.cx>
> ---
>  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..2810ffc 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 a 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))
>  
> 
s/a/an/

while we're in there fixing spelling let's fix the grammar too:

 diff --git a/arch/arm/mach-imx/hardware.h b/arch/arm/mach-imx/hardware.h
 index a42a6df..2810ffc 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))
  
 

  reply	other threads:[~2016-09-02  1:19 UTC|newest]

Thread overview: 10+ 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-01 20:48 ` Martin Kaiser
2016-09-02  1:19 ` Joshua Clayton [this message]
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  8:34     ` Martin Kaiser
2016-09-02 12:42     ` Joshua Clayton
2016-09-02 12:42       ` Joshua Clayton
2016-09-05  2:37     ` Shawn Guo
2016-09-05  2:37       ` Shawn Guo

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=1993847.IzPN1S0Ejq@diplodocus \
    --to=stillcompiling@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.