]> git.baikalelectronics.ru Git - kernel.git/commitdiff
of/irq: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:09 +0000 (13:11 +0200)
committerRob Herring <robh@kernel.org>
Mon, 23 May 2022 21:37:01 +0000 (16:37 -0500)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220521111145.81697-59-Julia.Lawall@inria.fr
drivers/of/irq.c

index aa485eb312ac2e691cd4ccd3e13071adbc41b782..d22f605fa7eece6da24e83136765be6fb91c3b59 100644 (file)
@@ -284,7 +284,7 @@ int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq)
                }
 
                /*
-                * Successfully parsed an interrrupt-map translation; copy new
+                * Successfully parsed an interrupt-map translation; copy new
                 * interrupt specifier into the out_irq structure
                 */
                match_array = imap - newaddrsize - newintsize;