lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220319111600.GC1986@darkstar.musicnaut.iki.fi>
Date:   Sat, 19 Mar 2022 13:16:00 +0200
From:   Aaro Koskinen <aaro.koskinen@....fi>
To:     Julia Lawall <Julia.Lawall@...ia.fr>
Cc:     kernel-janitors@...r.kernel.org, Tony Lindgren <tony@...mide.com>,
        Russell King <linux@...linux.org.uk>,
        linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] omap1: htc_herald: fix typos in comments

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@...ia.fr>

Reviewed-by: Aaro Koskinen <aaro.koskinen@....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),
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ