diff mbox series

sparc/traps_64.c: Mundane typo fixes

Message ID 20210324060251.24208-1-unixbhaskar@gmail.com
State New
Headers show
Series sparc/traps_64.c: Mundane typo fixes | expand

Commit Message

Bhaskar Chowdhury March 24, 2021, 6:02 a.m. UTC
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(-)

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

Comments

Randy Dunlap March 24, 2021, 5:52 p.m. UTC | #1
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.
diff mbox series

Patch

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