linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xtensa: Fix spelling/grammar in comment
@ 2020-05-25 23:04 Chris Packham
  2020-05-25 23:14 ` Max Filippov
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2020-05-25 23:04 UTC (permalink / raw)
  To: 0001-xtensa-Fix-spelling-grammar-in-comment.patch
  Cc: linux-xtensa, linux-kernel, trivial, Chris Packham, Chris Zankel,
	Max Filippov

Change 'excpetion' to 'exception', 'handeled' to 'handled' and 'the the'
to 'the'.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/xtensa/kernel/entry.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
  * handler.
  *
  * Entry condition:
-- 
2.25.1


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

* Re: [PATCH] xtensa: Fix spelling/grammar in comment
  2020-05-25 23:04 [PATCH] xtensa: Fix spelling/grammar in comment Chris Packham
@ 2020-05-25 23:14 ` Max Filippov
  0 siblings, 0 replies; 2+ messages in thread
From: Max Filippov @ 2020-05-25 23:14 UTC (permalink / raw)
  To: Chris Packham
  Cc: 0001-xtensa-Fix-spelling-grammar-in-comment.patch,
	open list:TENSILICA XTENSA PORT (xtensa),
	LKML, trivial, Chris Zankel

On Mon, May 25, 2020 at 4:04 PM Chris Packham
<chris.packham@alliedtelesis.co.nz> wrote:
>
> Change 'excpetion' to 'exception', 'handeled' to 'handled' and 'the the'
> to 'the'.
>
> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.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

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

end of thread, other threads:[~2020-05-25 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 23:04 [PATCH] xtensa: Fix spelling/grammar in comment Chris Packham
2020-05-25 23:14 ` Max Filippov

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