linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] omap1: htc_herald: fix typos in comments
@ 2022-03-18 10:37 Julia Lawall
  2022-03-19 11:16 ` Aaro Koskinen
  2022-04-21 11:51 ` Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2022-03-18 10:37 UTC (permalink / raw)
  To: Aaro Koskinen
  Cc: kernel-janitors, Tony Lindgren, Russell King, linux-omap,
	linux-arm-kernel, linux-kernel

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 arch/arm/mach-omap1/board-htcherald.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c
index 258304edf23e..d528b8497061 100644
--- a/arch/arm/mach-omap1/board-htcherald.c
+++ b/arch/arm/mach-omap1/board-htcherald.c
@@ -170,7 +170,7 @@ static const unsigned int htc_herald_keymap[] = {
 	KEY(3, 0, KEY_VOLUMEUP), /* Volume up */
 	KEY(4, 0, KEY_F2),  /* Right bar (landscape) */
 	KEY(5, 0, KEY_MAIL), /* Win key (portrait) */
-	KEY(6, 0, KEY_DIRECTORY), /* Right bar (protrait) */
+	KEY(6, 0, KEY_DIRECTORY), /* Right bar (portrait) */
 	KEY(0, 1, KEY_LEFTCTRL), /* Windows key */
 	KEY(1, 1, KEY_COMMA),
 	KEY(2, 1, KEY_M),


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

* Re: [PATCH] omap1: htc_herald: fix typos in comments
  2022-03-18 10:37 [PATCH] omap1: htc_herald: fix typos in comments Julia Lawall
@ 2022-03-19 11:16 ` Aaro Koskinen
  2022-04-21 11:51 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Aaro Koskinen @ 2022-03-19 11:16 UTC (permalink / raw)
  To: Julia Lawall
  Cc: kernel-janitors, Tony Lindgren, Russell King, linux-omap,
	linux-arm-kernel, linux-kernel

On Fri, Mar 18, 2022 at 11:37:22AM +0100, Julia Lawall wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>

A.

> 
> ---
>  arch/arm/mach-omap1/board-htcherald.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c
> index 258304edf23e..d528b8497061 100644
> --- a/arch/arm/mach-omap1/board-htcherald.c
> +++ b/arch/arm/mach-omap1/board-htcherald.c
> @@ -170,7 +170,7 @@ static const unsigned int htc_herald_keymap[] = {
>  	KEY(3, 0, KEY_VOLUMEUP), /* Volume up */
>  	KEY(4, 0, KEY_F2),  /* Right bar (landscape) */
>  	KEY(5, 0, KEY_MAIL), /* Win key (portrait) */
> -	KEY(6, 0, KEY_DIRECTORY), /* Right bar (protrait) */
> +	KEY(6, 0, KEY_DIRECTORY), /* Right bar (portrait) */
>  	KEY(0, 1, KEY_LEFTCTRL), /* Windows key */
>  	KEY(1, 1, KEY_COMMA),
>  	KEY(2, 1, KEY_M),
> 

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

* Re: [PATCH] omap1: htc_herald: fix typos in comments
  2022-03-18 10:37 [PATCH] omap1: htc_herald: fix typos in comments Julia Lawall
  2022-03-19 11:16 ` Aaro Koskinen
@ 2022-04-21 11:51 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2022-04-21 11:51 UTC (permalink / raw)
  To: Julia Lawall, Arnd Bergmann
  Cc: Aaro Koskinen, kernel-janitors, Russell King, linux-omap,
	linux-arm-kernel, linux-kernel

Hi,

* Julia Lawall <Julia.Lawall@inria.fr> [220318 12:36]:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Probably best that Arnd picks this into his omap1-multiplatform branch:

Acked-by: Tony Lindgren <tony@atomide.com>

Regards,

Tony

> ---
>  arch/arm/mach-omap1/board-htcherald.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c
> index 258304edf23e..d528b8497061 100644
> --- a/arch/arm/mach-omap1/board-htcherald.c
> +++ b/arch/arm/mach-omap1/board-htcherald.c
> @@ -170,7 +170,7 @@ static const unsigned int htc_herald_keymap[] = {
>  	KEY(3, 0, KEY_VOLUMEUP), /* Volume up */
>  	KEY(4, 0, KEY_F2),  /* Right bar (landscape) */
>  	KEY(5, 0, KEY_MAIL), /* Win key (portrait) */
> -	KEY(6, 0, KEY_DIRECTORY), /* Right bar (protrait) */
> +	KEY(6, 0, KEY_DIRECTORY), /* Right bar (portrait) */
>  	KEY(0, 1, KEY_LEFTCTRL), /* Windows key */
>  	KEY(1, 1, KEY_COMMA),
>  	KEY(2, 1, KEY_M),
> 

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

end of thread, other threads:[~2022-04-21 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 10:37 [PATCH] omap1: htc_herald: fix typos in comments Julia Lawall
2022-03-19 11:16 ` Aaro Koskinen
2022-04-21 11:51 ` Tony Lindgren

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