Re: [PATCH 3/7] irq: fix checkpatch error

2013-06-11 Thread Grant Likely
On Thu, 6 Jun 2013 19:20:27 +0800, Kefeng Wang wrote: > ERROR: space required before the open parenthesis '(' > WARNING: Prefer pr_warn(... to pr_warning(... > Just fix above 2 issue. > > Signed-off-by: Kefeng Wang Applied, thanks. g. > --- > kernel/irq/irqdomain.c | 6 +++--- > 1 file chan

[PATCH 3/7] irq: fix checkpatch error

2013-06-06 Thread Kefeng Wang
ERROR: space required before the open parenthesis '(' WARNING: Prefer pr_warn(... to pr_warning(... Just fix above 2 issue. Signed-off-by: Kefeng Wang --- kernel/irq/irqdomain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomai