Re: [PATCH] irqdomain: Update the comments of fwnode field of irq_domain structure

2017-10-30 Thread Marc Zyngier
On Mon, Oct 30 2017 at 10:15:00 am GMT, Dou Liyang wrote: > Commit: > > f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode") > > converted of_node field to fwnode, but didn't update its comments. > > Update it. > > Signed-off-by: Dou Liyang Queued, thanks. M. -- Jazz is

[PATCH] irqdomain: Update the comments of fwnode field of irq_domain structure

2017-10-29 Thread Dou Liyang
Commit: f110711a6053 ("irqdomain: Convert irqdomain-%3Eof_node to fwnode") converted of_node field to fwnode, but didn't update its comments. Update it. Signed-off-by: Dou Liyang --- include/linux/irqdomain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linu