From: Jason Wang Date: Tue, 3 Aug 2021 14:20:20 +0000 (+0800) Subject: arm64: fix typo in a comment X-Git-Tag: v5.15~299^2~4^3~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=312b7104f39bcb4f7fb4dceeab1e9ae82c7083c8;p=platform%2Fkernel%2Flinux-starfive.git arm64: fix typo in a comment 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 Link: https://lore.kernel.org/r/20210803142020.124230-1-wangborong@cdjrlc.com Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h index cc3f5a3..118dabb 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