[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMo8BfLtdfKYBm_b93i9tVsz5a_YyJaR3XmKMNbT37A1smpR5Q@mail.gmail.com>
Date: Mon, 25 May 2020 16:14:02 -0700
From: Max Filippov <jcmvbkbc@...il.com>
To: Chris Packham <chris.packham@...iedtelesis.co.nz>
Cc: 0001-xtensa-Fix-spelling-grammar-in-comment.patch@...iedtelesis.co.nz,
"open list:TENSILICA XTENSA PORT (xtensa)"
<linux-xtensa@...ux-xtensa.org>,
LKML <linux-kernel@...r.kernel.org>, trivial@...nel.org,
Chris Zankel <chris@...kel.net>
Subject: Re: [PATCH] xtensa: Fix spelling/grammar in comment
On Mon, May 25, 2020 at 4:04 PM Chris Packham
<chris.packham@...iedtelesis.co.nz> wrote:
>
> Change 'excpetion' to 'exception', 'handeled' to 'handled' and 'the the'
> to 'the'.
>
> Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
> ---
> arch/xtensa/kernel/entry.S | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, applied to my xtensa tree with an additional fix:
> diff --git a/arch/xtensa/kernel/entry.S b/arch/xtensa/kernel/entry.S
> index 06fbb0a171f1..696b1e4b1a67 100644
> --- a/arch/xtensa/kernel/entry.S
> +++ b/arch/xtensa/kernel/entry.S
> @@ -959,14 +959,14 @@ ENDPROC(unrecoverable_exception)
> * of the proper size instead.
> *
> * This algorithm simply backs out the register changes started by the user
> - * excpetion handler, makes it appear that we have started a window underflow
> + * exception handler, makes it appear that we have started a window underflow
> * by rotating the window back and then setting the old window base (OWB) in
> * the 'ps' register with the rolled back window base. The 'movsp' instruction
> * will be re-executed and this time since the next window frames is in the
> * active AR registers it won't cause an exception.
> *
> * If the WindowUnderflow code gets a TLB miss the page will get mapped
> - * the the partial windeowUnderflow will be handeled in the double exception
> + * the partial windeowUnderflow will be handled in the double exception
I've changed windeowUnderflow here to WindowUnderflow.
--
Thanks.
-- Max
Powered by blists - more mailing lists