2021-03-19 04:58:41

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] microblaze: Fix a typo


s/storign/storing/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-03-19 18:10:57

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] microblaze: Fix a typo



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/storign/storing/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

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

2021-03-22 08:29:00

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH] microblaze: Fix a typo



On 3/19/21 5:53 AM, Bhaskar Chowdhury wrote:
>
> s/storign/storing/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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
>

Applied.
M

--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: http://www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs