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:
c09cb12
)
irq/irqdomain: Fix comment typo
author
Zenghui Yu
<yuzenghui@huawei.com>
Sat, 6 Jul 2019 04:41:12 +0000
(
04:41
+0000)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 6 Jul 2019 08:40:20 +0000
(10:40 +0200)
Fix typo in the comment on top of __irq_domain_add().
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/1562388072-23492-1-git-send-email-yuzenghui@huawei.com
kernel/irq/irqdomain.c
patch
|
blob
|
history
diff --git
a/kernel/irq/irqdomain.c
b/kernel/irq/irqdomain.c
index e7d17cc3a3d7bb7664ad3a1989da54dab424235b..3078d0e48bbaab3e75efb4134e1697db26baaac5 100644
(file)
--- a/
kernel/irq/irqdomain.c
+++ b/
kernel/irq/irqdomain.c
@@
-123,7
+123,7
@@
EXPORT_SYMBOL_GPL(irq_domain_free_fwnode);
* @ops: domain callbacks
* @host_data: Controller private data pointer
*
- * Allocates and initialize
and
irq_domain structure.
+ * Allocates and initialize
s an
irq_domain structure.
* Returns pointer to IRQ domain, or NULL on failure.
*/
struct irq_domain *__irq_domain_add(struct fwnode_handle *fwnode, int size,