mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
ARM: mm: fix typos in comments
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>
This commit is contained in:
parent
3123109284
commit
05e3a8cb07
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ static inline void __b15_rac_flush(void)
|
||||||
__raw_writel(FLUSH_RAC, b15_rac_base + rac_flush_offset);
|
__raw_writel(FLUSH_RAC, b15_rac_base + rac_flush_offset);
|
||||||
do {
|
do {
|
||||||
/* This dmb() is required to force the Bus Interface Unit
|
/* This dmb() is required to force the Bus Interface Unit
|
||||||
* to clean oustanding writes, and forces an idle cycle
|
* to clean outstanding writes, and forces an idle cycle
|
||||||
* to be inserted.
|
* to be inserted.
|
||||||
*/
|
*/
|
||||||
dmb();
|
dmb();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue