projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3123109
)
ARM: mm: fix typos in comments
author
Julia Lawall
<Julia.Lawall@inria.fr>
Fri, 18 Mar 2022 10:37:08 +0000
(11:37 +0100)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Mon, 4 Apr 2022 17:18:54 +0000
(10:18 -0700)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/mm/cache-b15-rac.c
patch
|
blob
|
history
diff --git
a/arch/arm/mm/cache-b15-rac.c
b/arch/arm/mm/cache-b15-rac.c
index bdc07030997bb89717978a312c28c92f7074b88d..9c1172f26885fc6bc07985773609b1bd06a162a3 100644
(file)
--- a/
arch/arm/mm/cache-b15-rac.c
+++ b/
arch/arm/mm/cache-b15-rac.c
@@
-74,7
+74,7
@@
static inline void __b15_rac_flush(void)
__raw_writel(FLUSH_RAC, b15_rac_base + rac_flush_offset);
do {
/* This dmb() is required to force the Bus Interface Unit
- * to clean oustanding writes, and forces an idle cycle
+ * to clean ou
t
standing writes, and forces an idle cycle
* to be inserted.
*/
dmb();