linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] microblaze: Fix a typo
@ 2021-03-19  4:53 Bhaskar Chowdhury
  2021-03-19 18:08 ` Randy Dunlap
  2021-03-22  8:27 ` Michal Simek
  0 siblings, 2 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19  4:53 UTC (permalink / raw)
  To: monstr, unixbhaskar, linux-kernel; +Cc: rdunlap


s/storign/storing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


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

* Re: [PATCH] microblaze: Fix a typo
  2021-03-19  4:53 [PATCH] microblaze: Fix a typo Bhaskar Chowdhury
@ 2021-03-19 18:08 ` Randy Dunlap
  2021-03-22  8:27 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-19 18:08 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: monstr, linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

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

Acked-by: Randy Dunlap <rdunlap@infradead.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
>
>

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

* Re: [PATCH] microblaze: Fix a typo
  2021-03-19  4:53 [PATCH] microblaze: Fix a typo Bhaskar Chowdhury
  2021-03-19 18:08 ` Randy Dunlap
@ 2021-03-22  8:27 ` Michal Simek
  1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2021-03-22  8:27 UTC (permalink / raw)
  To: Bhaskar Chowdhury, linux-kernel; +Cc: rdunlap



On 3/19/21 5:53 AM, Bhaskar Chowdhury wrote:
> 
> s/storign/storing/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  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: 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


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

end of thread, other threads:[~2021-03-22  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  4:53 [PATCH] microblaze: Fix a typo Bhaskar Chowdhury
2021-03-19 18:08 ` Randy Dunlap
2021-03-22  8:27 ` Michal Simek

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