From: Julia Lawall Date: Sat, 21 May 2022 11:11:09 +0000 (+0200) Subject: of/irq: fix typo in comment X-Git-Tag: v5.19-rc1~154^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d036d915b61f23b9e80d93f8a606eebf3bfab73f;p=thirdparty%2Flinux.git of/irq: fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20220521111145.81697-59-Julia.Lawall@inria.fr --- diff --git a/drivers/of/irq.c b/drivers/of/irq.c index aa485eb312ac2..d22f605fa7eec 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -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;