linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] riscv/head: fix misspelling of guaranteed
@ 2021-11-20 14:26 hasheddan
  2022-01-07 19:18 ` Palmer Dabbelt
  0 siblings, 1 reply; 2+ messages in thread
From: hasheddan @ 2021-11-20 14:26 UTC (permalink / raw)
  Cc: georgedanielmangum, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Alexandre Ghiti, Vitaly Wool, Anup Patel, Mark Rutland,
	Ard Biesheuvel, Chen Lu, Kefeng Wang, linux-riscv, linux-kernel

Fixes misspelling of guaranteed in comment describing why fetching fence
is guaranteed to work when switching to kernel page tables.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
---
 arch/riscv/kernel/head.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S
index f52f01ecbeea..469eccd3780f 100644
--- a/arch/riscv/kernel/head.S
+++ b/arch/riscv/kernel/head.S
@@ -135,7 +135,7 @@ relocate:
 	/*
 	 * Switch to kernel page tables.  A full fence is necessary in order to
 	 * avoid using the trampoline translations, which are only correct for
-	 * the first superpage.  Fetching the fence is guarnteed to work
+	 * the first superpage.  Fetching the fence is guaranteed to work
 	 * because that first superpage is translated the same way.
 	 */
 	csrw CSR_SATP, a2
-- 
2.25.1


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

* Re: [PATCH] riscv/head: fix misspelling of guaranteed
  2021-11-20 14:26 [PATCH] riscv/head: fix misspelling of guaranteed hasheddan
@ 2022-01-07 19:18 ` Palmer Dabbelt
  0 siblings, 0 replies; 2+ messages in thread
From: Palmer Dabbelt @ 2022-01-07 19:18 UTC (permalink / raw)
  To: georgedanielmangum
  Cc: georgedanielmangum, Paul Walmsley, aou, alex, vitaly.wool, anup,
	mark.rutland, ardb, 181250012, wangkefeng.wang, linux-riscv,
	linux-kernel

On Sat, 20 Nov 2021 06:26:05 PST (-0800), georgedanielmangum@gmail.com wrote:
> Fixes misspelling of guaranteed in comment describing why fetching fence
> is guaranteed to work when switching to kernel page tables.
>
> Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
> ---
>  arch/riscv/kernel/head.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/kernel/head.S b/arch/riscv/kernel/head.S
> index f52f01ecbeea..469eccd3780f 100644
> --- a/arch/riscv/kernel/head.S
> +++ b/arch/riscv/kernel/head.S
> @@ -135,7 +135,7 @@ relocate:
>  	/*
>  	 * Switch to kernel page tables.  A full fence is necessary in order to
>  	 * avoid using the trampoline translations, which are only correct for
> -	 * the first superpage.  Fetching the fence is guarnteed to work
> +	 * the first superpage.  Fetching the fence is guaranteed to work
>  	 * because that first superpage is translated the same way.
>  	 */
>  	csrw CSR_SATP, a2

Thanks, this is on for-next.

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

end of thread, other threads:[~2022-01-07 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20 14:26 [PATCH] riscv/head: fix misspelling of guaranteed hasheddan
2022-01-07 19:18 ` Palmer Dabbelt

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