Commit 05e3a8cb authored by Julia Lawall's avatar Julia Lawall Committed by Florian Fainelli
Browse files

ARM: mm: fix typos in comments



Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 outstanding writes, and forces an idle cycle
		 * to be inserted.
		 */
		dmb();