All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: (trivial) fix a typo
@ 2016-09-01 20:48 ` Martin Kaiser
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Kaiser @ 2016-09-01 20:48 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Fabio Estevam
  Cc: Jiri Kosina, linux-arm-kernel, linux-kernel

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))
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix a typo
@ 2016-09-01 20:48 ` Martin Kaiser
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Kaiser @ 2016-09-01 20:48 UTC (permalink / raw)
  To: linux-arm-kernel

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))
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: imx: (trivial) fix a typo
  2016-09-01 20:48 ` Martin Kaiser
@ 2016-09-02  1:19   ` Joshua Clayton
  -1 siblings, 0 replies; 10+ messages in thread
From: Joshua Clayton @ 2016-09-02  1:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Martin Kaiser, Shawn Guo, Sascha Hauer, Fabio Estevam,
	Jiri Kosina, linux-kernel

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))
  
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix a typo
@ 2016-09-02  1:19   ` Joshua Clayton
  0 siblings, 0 replies; 10+ messages in thread
From: Joshua Clayton @ 2016-09-02  1:19 UTC (permalink / raw)
  To: linux-arm-kernel

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))
  
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix typo and grammar
  2016-09-02  1:19   ` Joshua Clayton
@ 2016-09-02  8:34     ` Martin Kaiser
  -1 siblings, 0 replies; 10+ messages in thread
From: Martin Kaiser @ 2016-09-02  8:34 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Shawn Guo, Sascha Hauer, Fabio Estevam, Jiri Kosina,
	Joshua Clayton, linux-kernel, Martin Kaiser

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..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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix typo and grammar
@ 2016-09-02  8:34     ` Martin Kaiser
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Kaiser @ 2016-09-02  8:34 UTC (permalink / raw)
  To: linux-arm-kernel

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..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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: imx: (trivial) fix typo and grammar
  2016-09-02  8:34     ` Martin Kaiser
@ 2016-09-02 12:42       ` Joshua Clayton
  -1 siblings, 0 replies; 10+ messages in thread
From: Joshua Clayton @ 2016-09-02 12:42 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Martin Kaiser, Jiri Kosina, linux-kernel, Sascha Hauer,
	Fabio Estevam, Shawn Guo

On Friday, September 02, 2016 10:34:40 AM 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..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))
>  
> 
That's Betterer! ;)

Reviewed-by Joshua Clayton <stillcompiling@gmail.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix typo and grammar
@ 2016-09-02 12:42       ` Joshua Clayton
  0 siblings, 0 replies; 10+ messages in thread
From: Joshua Clayton @ 2016-09-02 12:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 02, 2016 10:34:40 AM 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..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))
>  
> 
That's Betterer! ;)

Reviewed-by Joshua Clayton <stillcompiling@gmail.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: imx: (trivial) fix typo and grammar
  2016-09-02  8:34     ` Martin Kaiser
@ 2016-09-05  2:37       ` Shawn Guo
  -1 siblings, 0 replies; 10+ messages in thread
From: Shawn Guo @ 2016-09-05  2:37 UTC (permalink / raw)
  To: Martin Kaiser
  Cc: linux-arm-kernel, Sascha Hauer, Fabio Estevam, Jiri Kosina,
	Joshua Clayton, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: imx: (trivial) fix typo and grammar
@ 2016-09-05  2:37       ` Shawn Guo
  0 siblings, 0 replies; 10+ messages in thread
From: Shawn Guo @ 2016-09-05  2:37 UTC (permalink / raw)
  To: linux-arm-kernel

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
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-09-05  2:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.