Skip to content

Commit 312b710

Browse files
Jason Wangctmarinas
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 70a4039 commit 312b710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/tlbflush.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ static inline void __flush_tlb_range(struct vm_area_struct *vma,
308308

309309
/*
310310
* When the CPU does not support TLB range operations, flush the TLB
311-
* entries one by one at the granularity of 'stride'. If the the TLB
311+
* entries one by one at the granularity of 'stride'. If the TLB
312312
* range ops are supported, then:
313313
*
314314
* 1. If 'pages' is odd, flush the first page through non-range

0 commit comments

Comments
 (0)