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: <6dc64c0-3c3a-b0f1-58bf-0907c9aac9a@bombadil.infradead.org>
Date:   Fri, 19 Mar 2021 11:08:53 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     monstr@...str.eu, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] microblaze: Fix a typo



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/storign/storing/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

> ---
> arch/microblaze/lib/uaccess_old.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/microblaze/lib/uaccess_old.S b/arch/microblaze/lib/uaccess_old.S
> index 0e8cc2710c27..eca290090038 100644
> --- a/arch/microblaze/lib/uaccess_old.S
> +++ b/arch/microblaze/lib/uaccess_old.S
> @@ -188,7 +188,7 @@ w2:	sw	r4, r5, r3
> 	.text
>
> .align 4 /* Alignment is important to keep icache happy */
> -page:	/* Create room on stack and save registers for storign values */
> +page:	/* Create room on stack and save registers for storing values */
> 	addik   r1, r1, -40
> 	swi	r5, r1, 0
> 	swi	r6, r1, 4
> --
> 2.26.2
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ