linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0096/1529] Fix typo
@ 2016-05-21 11:49 Andrea Gelmini
  2016-05-22 20:16 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2016-05-21 11:49 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 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 d737f95..026441c 100644
--- a/arch/arm/mach-imx/hardware.h
+++ b/arch/arm/mach-imx/hardware.h
@@ -121,7 +121,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))
 
-- 
2.8.2.534.g1f66975

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

* [PATCH 0096/1529] Fix typo
  2016-05-21 11:49 [PATCH 0096/1529] Fix typo Andrea Gelmini
@ 2016-05-22 20:16 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2016-05-22 20:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Andrea,

On Sat, May 21, 2016 at 01:49:12PM +0200, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  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 d737f95..026441c 100644
> --- a/arch/arm/mach-imx/hardware.h
> +++ b/arch/arm/mach-imx/hardware.h
> @@ -121,7 +121,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 */

maybe fix s/a/an/ in the same go? And I'd suggest to squash your patches
by directory (here: arch/arm/mach-imx or even arch/arm/mach-*) and add a
commit log that could for example mention the tool you used to find and
fix these typos.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

end of thread, other threads:[~2016-05-22 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 11:49 [PATCH 0096/1529] Fix typo Andrea Gelmini
2016-05-22 20:16 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).