linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: fix typo in a comment
@ 2021-08-03 14:20 Jason Wang
  2021-08-03 15:48 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2021-08-03 14:20 UTC (permalink / raw)
  To: will
  Cc: catalin.marinas, nathan, samitolvanen, linux-arm-kernel,
	linux-kernel, Jason Wang

The double 'the' after 'If' in this comment "If the the TLB range ops
are supported..." is repeated. Consequently, one 'the' should be
removed from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/arm64/include/asm/tlbflush.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h
index cc3f5a33ff9c..118dabbda553 100644
--- a/arch/arm64/include/asm/tlbflush.h
+++ b/arch/arm64/include/asm/tlbflush.h
@@ -308,7 +308,7 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,
 
 	/*
 	 * When the CPU does not support TLB range operations, flush the TLB
-	 * entries one by one at the granularity of 'stride'. If the the TLB
+	 * entries one by one at the granularity of 'stride'. If the TLB
 	 * range ops are supported, then:
 	 *
 	 * 1. If 'pages' is odd, flush the first page through non-range
-- 
2.32.0


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

* Re: [PATCH] arm64: fix typo in a comment
  2021-08-03 14:20 [PATCH] arm64: fix typo in a comment Jason Wang
@ 2021-08-03 15:48 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2021-08-03 15:48 UTC (permalink / raw)
  To: Jason Wang, will; +Cc: nathan, linux-kernel, samitolvanen, linux-arm-kernel

On Tue, 3 Aug 2021 22:20:20 +0800, Jason Wang wrote:
> The double 'the' after 'If' in this comment "If the the TLB range ops
> are supported..." is repeated. Consequently, one 'the' should be
> removed from the comment.

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: fix typo in a comment
      https://git.kernel.org/arm64/c/312b7104f39b

-- 
Catalin


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

end of thread, other threads:[~2021-08-03 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 14:20 [PATCH] arm64: fix typo in a comment Jason Wang
2021-08-03 15:48 ` Catalin Marinas

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