Skip to content

Commit

Permalink
irq/irqdomain: Fix comment typo
Browse files Browse the repository at this point in the history
Fix typo in the comment on top of __irq_domain_add().

Signed-off-by: Zenghui Yu <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
  • Loading branch information
Zenghui Yu authored and KAGA-KOKO committed Jul 6, 2019
1 parent c09cb12 commit 3a1d24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a1d24c

Please sign in to comment.