Re: [PATCH 1/1] irqchip: irq-gic: Fix checkpatch errors

2013-04-02 Thread Sachin Kamat
On 2 April 2013 22:10, Olof Johansson wrote: > On Wed, Mar 13, 2013 at 03:05:15PM +0530, Sachin Kamat wrote: >> Fixes the following errors: >> ERROR: do not initialise statics to 0 or NULL >> ERROR: space required after that ',' (ctx:VxV) >> >> Signed-off-by: Sachin Kamat >> --- >> Compile tested

Re: [PATCH 1/1] irqchip: irq-gic: Fix checkpatch errors

2013-04-02 Thread Olof Johansson
On Wed, Mar 13, 2013 at 03:05:15PM +0530, Sachin Kamat wrote: > Fixes the following errors: > ERROR: do not initialise statics to 0 or NULL > ERROR: space required after that ',' (ctx:VxV) > > Signed-off-by: Sachin Kamat > --- > Compile tested and based on linux-next tree (20130313). I haven't s

[PATCH 1/1] irqchip: irq-gic: Fix checkpatch errors

2013-03-13 Thread Sachin Kamat
Fixes the following errors: ERROR: do not initialise statics to 0 or NULL ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Sachin Kamat --- Compile tested and based on linux-next tree (20130313). --- drivers/irqchip/irq-gic.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletion