[PATCH] irqdomain: correct comment for __irq_domain_add

2016-09-21 Thread Peng Fan
Correct comments from "of_node" to "fwnode" according to function prototype. Signed-off-by: Peng Fan Cc: Marc Zyngier Cc: Thomas Gleixner --- 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

Re: [PATCH] irqdomain: correct comment for __irq_domain_add

2016-09-21 Thread Marc Zyngier
On 21/09/16 06:43, Peng Fan wrote: > Correct comments from "of_node" to "fwnode" according > to function prototype. > > Signed-off-by: Peng Fan > Cc: Marc Zyngier > Cc: Thomas Gleixner > --- > kernel/irq/irqdomain.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kern