All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Julia Lawall <Julia.Lawall@inria.fr>, Arnd Bergmann <arnd@arndb.de>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	kernel-janitors@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] omap1: htc_herald: fix typos in comments
Date: Thu, 21 Apr 2022 14:51:05 +0300	[thread overview]
Message-ID: <YmFFKaTjlky5ELFZ@atomide.com> (raw)
In-Reply-To: <20220318103729.157574-27-Julia.Lawall@inria.fr>

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

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Julia Lawall <Julia.Lawall@inria.fr>, Arnd Bergmann <arnd@arndb.de>
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>,
	kernel-janitors@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] omap1: htc_herald: fix typos in comments
Date: Thu, 21 Apr 2022 14:51:05 +0300	[thread overview]
Message-ID: <YmFFKaTjlky5ELFZ@atomide.com> (raw)
In-Reply-To: <20220318103729.157574-27-Julia.Lawall@inria.fr>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-04-21 11:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18 10:37 [PATCH] omap1: htc_herald: fix typos in comments Julia Lawall
2022-03-18 10:37 ` Julia Lawall
2022-03-19 11:16 ` Aaro Koskinen
2022-03-19 11:16   ` Aaro Koskinen
2022-04-21 11:51 ` Tony Lindgren [this message]
2022-04-21 11:51   ` Tony Lindgren

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=YmFFKaTjlky5ELFZ@atomide.com \
    --to=tony@atomide.com \
    --cc=Julia.Lawall@inria.fr \
    --cc=aaro.koskinen@iki.fi \
    --cc=arnd@arndb.de \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /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.