projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109b623
)
irq/of: Fix comment typo for irq_of_parse_and_map
author
Yijing Wang
<
[email protected]
>
Sat, 31 Aug 2013 01:44:10 +0000
(09:44 +0800)
committer
Grant Likely
<
[email protected]
>
Mon, 9 Sep 2013 16:03:19 +0000
(17:03 +0100)
Fix trivial comment typo for irq_of_parse_and_map().
Signed-off-by: Yijing Wang <
[email protected]
>
Signed-off-by: Grant Likely <
[email protected]
>
drivers/of/irq.c
patch
|
blob
|
history
diff --git
a/drivers/of/irq.c
b/drivers/of/irq.c
index 1264923ade0f2c7973528080d3fa75167b6be0b4..1752988d6aa80224ced68ab6e62744c77e8ab4be 100644
(file)
--- a/
drivers/of/irq.c
+++ b/
drivers/of/irq.c
@@
-28,7
+28,7
@@
/**
* irq_of_parse_and_map - Parse and map an interrupt into linux virq space
- * @dev
ice
: Device node of the device whose interrupt is to be mapped
+ * @dev: Device node of the device whose interrupt is to be mapped
* @index: Index of the interrupt to map
*
* This function is a wrapper that chains of_irq_map_one() and