sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sparc/traps_64.c: Mundane typo fixes
@ 2021-03-24  6:02 Bhaskar Chowdhury
  2021-03-24 17:52 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-24  6:02 UTC (permalink / raw)
  To: davem, akpm, 0x7f454c46, rob.gardner, rppt, unixbhaskar,
	sparclinux, linux-kernel
  Cc: rdunlap

s/conditon/condition/
s/periof/period/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/sparc/kernel/traps_64.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/sparc/kernel/traps_64.c b/arch/sparc/kernel/traps_64.c
index a850dccd78ea..2353ba7e1469 100644
--- a/arch/sparc/kernel/traps_64.c
+++ b/arch/sparc/kernel/traps_64.c

-/* Return the highest priority error conditon mentioned. */
+/* Return the highest priority error condition mentioned. */
@@ -1853,7 +1853,7 @@ struct sun4v_error_entry {
 	/* ID of the CPU */
 /*0x24*/u16		err_cpu;

-	/* Grace periof for shutdown, in seconds */
+	/* Grace period for shutdown, in seconds */
 /*0x26*/u16		err_secs;

 	/* Value of the %asi register */
--
2.30.1


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

* Re: [PATCH] sparc/traps_64.c: Mundane typo fixes
  2021-03-24  6:02 [PATCH] sparc/traps_64.c: Mundane typo fixes Bhaskar Chowdhury
@ 2021-03-24 17:52 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-24 17:52 UTC (permalink / raw)
  To: Bhaskar Chowdhury, davem, akpm, 0x7f454c46, rob.gardner, rppt,
	sparclinux, linux-kernel

On 3/23/21 11:02 PM, Bhaskar Chowdhury wrote:
> s/conditon/condition/
> s/periof/period/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  arch/sparc/kernel/traps_64.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/sparc/kernel/traps_64.c b/arch/sparc/kernel/traps_64.c
> index a850dccd78ea..2353ba7e1469 100644
> --- a/arch/sparc/kernel/traps_64.c
> +++ b/arch/sparc/kernel/traps_64.c
> 
> -/* Return the highest priority error conditon mentioned. */
> +/* Return the highest priority error condition mentioned. */
> @@ -1853,7 +1853,7 @@ struct sun4v_error_entry {
>  	/* ID of the CPU */
>  /*0x24*/u16		err_cpu;
> 
> -	/* Grace periof for shutdown, in seconds */
> +	/* Grace period for shutdown, in seconds */
>  /*0x26*/u16		err_secs;
> 
>  	/* Value of the %asi register */
> --

Please fix line 378 (in linux-next) while you are
touching this file:

	 * is vectored thorugh data access exception trap with fault type



thanks.
-- 
~Randy


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

end of thread, other threads:[~2021-03-24 17:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  6:02 [PATCH] sparc/traps_64.c: Mundane typo fixes Bhaskar Chowdhury
2021-03-24 17:52 ` Randy Dunlap

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