mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_add()
@ 2019-07-06  4:41 Zenghui Yu
  2019-07-06  8:43 ` [tip:irq/core] irq/irqdomain: Fix comment typo tip-bot for Zenghui Yu
  0 siblings, 1 reply; 2+ messages in thread
From: Zenghui Yu @ 2019-07-06  4:41 UTC (permalink / raw)
  To: marc.zyngier, tglx; +Cc: linux-kernel, Zenghui Yu

Fix typo in the comment on top of __irq_domain_add().

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
---
 kernel/irq/irqdomain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index a453e22..db7b713 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -123,7 +123,7 @@ void irq_domain_free_fwnode(struct fwnode_handle *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,
-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-06  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-06  4:41 [PATCH] irq/irqdomain: Fix typo in the comment on top of __irq_domain_add() Zenghui Yu
2019-07-06  8:43 ` [tip:irq/core] irq/irqdomain: Fix comment typo tip-bot for Zenghui Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome