Re: [PATCH] sparc/traps_64.c: Mundane typo fixes

From: Randy Dunlap
Date: Wed Mar 24 2021 - 13:54:30 EST


On 3/23/21 11:02 PM, Bhaskar Chowdhury wrote:
> s/conditon/condition/
> s/periof/period/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
> ---
> 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