All of lore.kernel.org
 help / color / mirror / Atom feed
* [unixbhaskar@gmail.com: [PATCH] IA64: Trivial spelling fixes]
@ 2021-03-20 18:29 Bhaskar Chowdhury
  2021-03-20 18:33 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-20 18:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Randy Dunlap, LinuxKernel

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

----- Forwarded message from Bhaskar Chowdhury <unixbhaskar@gmail.com> -----

Date: Sat, 20 Mar 2021 23:53:47 +0530
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: unixbhaskar@gmail.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] IA64: Trivial spelling fixes
X-Mailer: git-send-email 2.26.2


s/seralize/serialize/ .....three different places

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
  arch/ia64/kernel/pal.S | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ia64/kernel/pal.S b/arch/ia64/kernel/pal.S
index d3e22c018b68..06d01a070aae 100644
--- a/arch/ia64/kernel/pal.S
+++ b/arch/ia64/kernel/pal.S
@@ -86,7 +86,7 @@ GLOBAL_ENTRY(ia64_pal_call_static)
  	mov ar.pfs = loc1
  	mov rp = loc0
  	;;
-	srlz.d				// seralize restoration of psr.l
+	srlz.d				// serialize restoration of psr.l
  	br.ret.sptk.many b0
  END(ia64_pal_call_static)
  EXPORT_SYMBOL(ia64_pal_call_static)
@@ -194,7 +194,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_static)
  	mov rp = loc0
  	;;
  	mov ar.rsc=loc4			// restore RSE configuration
-	srlz.d				// seralize restoration of psr.l
+	srlz.d				// serialize restoration of psr.l
  	br.ret.sptk.many b0
  END(ia64_pal_call_phys_static)
  EXPORT_SYMBOL(ia64_pal_call_phys_static)
@@ -252,7 +252,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_stacked)
  	mov rp = loc0
  	;;
  	mov ar.rsc=loc4			// restore RSE configuration
-	srlz.d				// seralize restoration of psr.l
+	srlz.d				// serialize restoration of psr.l
  	br.ret.sptk.many b0
  END(ia64_pal_call_phys_stacked)
  EXPORT_SYMBOL(ia64_pal_call_phys_stacked)
--
2.26.2


----- End forwarded message -----

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [unixbhaskar@gmail.com: [PATCH] IA64: Trivial spelling fixes]
  2021-03-20 18:29 [unixbhaskar@gmail.com: [PATCH] IA64: Trivial spelling fixes] Bhaskar Chowdhury
@ 2021-03-20 18:33 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-20 18:33 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: Andrew Morton, LinuxKernel



On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:

> ----- Forwarded message from Bhaskar Chowdhury <unixbhaskar@gmail.com> -----
>
> Date: Sat, 20 Mar 2021 23:53:47 +0530
> From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> To: unixbhaskar@gmail.com, linux-ia64@vger.kernel.org, 
> linux-kernel@vger.kernel.org
> Subject: [PATCH] IA64: Trivial spelling fixes
> X-Mailer: git-send-email 2.26.2
>
>
> s/seralize/serialize/ .....three different places
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
>  arch/ia64/kernel/pal.S | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/ia64/kernel/pal.S b/arch/ia64/kernel/pal.S
> index d3e22c018b68..06d01a070aae 100644
> --- a/arch/ia64/kernel/pal.S
> +++ b/arch/ia64/kernel/pal.S
> @@ -86,7 +86,7 @@ GLOBAL_ENTRY(ia64_pal_call_static)
> 	 mov ar.pfs = loc1
> 	 mov rp = loc0
> 	 ;;
> -	srlz.d				// seralize restoration of psr.l
> +	srlz.d				// serialize restoration of psr.l
> 	 br.ret.sptk.many b0
>  END(ia64_pal_call_static)
>  EXPORT_SYMBOL(ia64_pal_call_static)
> @@ -194,7 +194,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_static)
> 	 mov rp = loc0
> 	 ;;
> 	 mov ar.rsc=loc4			// restore RSE configuration
> -	srlz.d				// seralize restoration of psr.l
> +	srlz.d				// serialize restoration of psr.l
> 	 br.ret.sptk.many b0
>  END(ia64_pal_call_phys_static)
>  EXPORT_SYMBOL(ia64_pal_call_phys_static)
> @@ -252,7 +252,7 @@ GLOBAL_ENTRY(ia64_pal_call_phys_stacked)
> 	 mov rp = loc0
> 	 ;;
> 	 mov ar.rsc=loc4			// restore RSE configuration
> -	srlz.d				// seralize restoration of psr.l
> +	srlz.d				// serialize restoration of psr.l
> 	 br.ret.sptk.many b0
>  END(ia64_pal_call_phys_stacked)
>  EXPORT_SYMBOL(ia64_pal_call_phys_stacked)
> --
> 2.26.2
>
>
> ----- End forwarded message -----
>
>

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

end of thread, other threads:[~2021-03-20 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 18:29 [unixbhaskar@gmail.com: [PATCH] IA64: Trivial spelling fixes] Bhaskar Chowdhury
2021-03-20 18:33 ` Randy Dunlap

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.