Skip to content

Commit d036d91

Browse files
JuliaLawallrobherring
authored andcommitted
of/irq: fix typo in comment
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
1 parent 4e71ed9 commit d036d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/of/irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq)
284284
}
285285

286286
/*
287-
* Successfully parsed an interrrupt-map translation; copy new
287+
* Successfully parsed an interrupt-map translation; copy new
288288
* interrupt specifier into the out_irq structure
289289
*/
290290
match_array = imap - newaddrsize - newintsize;

0 commit comments

Comments
 (0)