Re: [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map

2013-09-09 Thread Grant Likely
On Sat, 31 Aug 2013 09:44:10 +0800, Yijing Wang wrote: > Fix trivial comment typo for irq_of_parse_and_map(). > > Signed-off-by: Yijing Wang Applied, thanks. g. > --- > drivers/of/irq.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/of/irq.c b/drivers

[PATCH] irq/of: Fix comment typo for irq_of_parse_and_map

2013-08-30 Thread Yijing Wang
Fix trivial comment typo for irq_of_parse_and_map(). Signed-off-by: Yijing Wang --- drivers/of/irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 1264923..1752988 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -28,7