diff options
| author | Jason Wang <wangborong@cdjrlc.com> | 2021-08-03 22:20:20 +0800 |
|---|---|---|
| committer | Catalin Marinas <catalin.marinas@arm.com> | 2021-08-03 16:19:33 +0100 |
| commit | 312b7104f39bcb4f7fb4dceeab1e9ae82c7083c8 (patch) | |
| tree | b6f0388fe45d20ecf2883cc1fa2e79089ddb94d8 | |
| parent | 70a4039bd4d723c9b86b365bf1cd2395beed2d07 (diff) | |
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 <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20210803142020.124230-1-wangborong@cdjrlc.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
| -rw-r--r-- | arch/arm64/include/asm/tlbflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
