diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 13:11:09 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-23 16:37:01 -0500 |
commit | d036d915b61f23b9e80d93f8a606eebf3bfab73f (patch) | |
tree | 151865285477b262d6f09cca6ebeffbe746f703d /drivers/of/irq.c | |
parent | 4e71ed985389ce213003927cfa65c1352e70396c (diff) | |
download | linux-stable-d036d915b61f23b9e80d93f8a606eebf3bfab73f.tar.gz linux-stable-d036d915b61f23b9e80d93f8a606eebf3bfab73f.tar.bz2 linux-stable-d036d915b61f23b9e80d93f8a606eebf3bfab73f.zip |
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
Diffstat (limited to 'drivers/of/irq.c')
-rw-r--r-- | drivers/of/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index aa485eb312ac..d22f605fa7ee 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; |