diff options
author | Zenghui Yu <yuzenghui@huawei.com> | 2019-07-06 04:41:12 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-07-06 10:40:20 +0200 |
commit | 3a1d24ca9573fbc74a3d32c972c333b161e0e9dc (patch) | |
tree | 7b77b3aaaa1f5746f6c104c602d862484d73990e /kernel/irq/irqdomain.c | |
parent | c09cb1293523dd786ae54a12fd88001542cba2f6 (diff) | |
download | linux-3a1d24ca9573fbc74a3d32c972c333b161e0e9dc.tar.gz linux-3a1d24ca9573fbc74a3d32c972c333b161e0e9dc.tar.bz2 linux-3a1d24ca9573fbc74a3d32c972c333b161e0e9dc.zip |
irq/irqdomain: Fix comment typo
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
Diffstat (limited to 'kernel/irq/irqdomain.c')
-rw-r--r-- | kernel/irq/irqdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index e7d17cc3a3d7..3078d0e48bba 100644 --- 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 initializes 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, |