]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: mm: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Fri, 18 Mar 2022 10:37:08 +0000 (11:37 +0100)
committerFlorian 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

index bdc07030997bb89717978a312c28c92f7074b88d..9c1172f26885fc6bc07985773609b1bd06a162a3 100644 (file)
@@ -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();