[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1474436623-25705-1-git-send-email-peng.fan@nxp.com>
Date: Wed, 21 Sep 2016 13:43:43 +0800
From: Peng Fan <peng.fan@....com>
To: <tglx@...utronix.de>
CC: <linux-kernel@...r.kernel.org>, Peng Fan <peng.fan@....com>,
Marc Zyngier <marc.zyngier@....com>
Subject: [PATCH] irqdomain: correct comment for __irq_domain_add
Correct comments from "of_node" to "fwnode" according
to function prototype.
Signed-off-by: Peng Fan <peng.fan@....com>
Cc: Marc Zyngier <marc.zyngier@....com>
Cc: Thomas Gleixner <tglx@...utronix.de>
---
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 4752b43..8be2f3c 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -80,7 +80,7 @@ EXPORT_SYMBOL_GPL(irq_domain_free_fwnode);
/**
* __irq_domain_add() - Allocate a new irq_domain data structure
- * @of_node: optional device-tree node of the interrupt controller
+ * @fwnode: optional FW node of the interrupt controller
* @size: Size of linear map; 0 for radix mapping only
* @hwirq_max: Maximum number of interrupts supported by controller
* @direct_max: Maximum value of direct maps; Use ~0 for no limit; 0 for no
--
2.6.6
Powered by blists - more mailing lists