projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e71ed9
)
of/irq: fix typo in comment
author
Julia Lawall
<Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:09 +0000
(13:11 +0200)
committer
Rob 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/of/irq.c
b/drivers/of/irq.c
index aa485eb312ac2e691cd4ccd3e13071adbc41b782..d22f605fa7eece6da24e83136765be6fb91c3b59 100644
(file)
--- 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 interr
r
upt-map translation; copy new
+ * Successfully parsed an interrupt-map translation; copy new
* interrupt specifier into the out_irq structure
*/
match_array = imap - newaddrsize - newintsize;