projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a4039
)
arm64: fix typo in a comment
author
Jason Wang
<wangborong@cdjrlc.com>
Tue, 3 Aug 2021 14:20:20 +0000
(22:20 +0800)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 3 Aug 2021 15:19:33 +0000
(16:19 +0100)
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>
arch/arm64/include/asm/tlbflush.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/tlbflush.h
b/arch/arm64/include/asm/tlbflush.h
index cc3f5a33ff9c543c2911a7c33d0503b7d981a429..118dabbda55321df7849ce1d4811c22fd11cc17d 100644
(file)
--- 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