Re: [PATCH 03/10] gpio: gpio-omap.c: fix checkpatch error

2013-03-27 Thread Linus Walleij
On Wed, Mar 20, 2013 at 1:15 PM, Laurent Navet wrote: > Fix : > gpio/gpio-omap.c:697: ERROR: space required before the open parenthesis '(' > > Signed-off-by: Laurent Navet Applied with Santosh's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: [PATCH 03/10] gpio: gpio-omap.c: fix checkpatch error

2013-03-20 Thread Santosh Shilimkar
On Wednesday 20 March 2013 05:54 PM, Santosh Shilimkar wrote: > On Wednesday 20 March 2013 05:45 PM, Laurent Navet wrote: >> Fix : >> gpio/gpio-omap.c:697: ERROR: space required before the open parenthesis '(' >> >> Signed-off-by: Laurent Navet >> --- > Acked-by: Santosh Shilimkar > Minor sugge

Re: [PATCH 03/10] gpio: gpio-omap.c: fix checkpatch error

2013-03-20 Thread Santosh Shilimkar
On Wednesday 20 March 2013 05:45 PM, Laurent Navet wrote: > Fix : > gpio/gpio-omap.c:697: ERROR: space required before the open parenthesis '(' > > Signed-off-by: Laurent Navet > --- Acked-by: Santosh Shilimkar -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

[PATCH 03/10] gpio: gpio-omap.c: fix checkpatch error

2013-03-20 Thread Laurent Navet
Fix : gpio/gpio-omap.c:697: ERROR: space required before the open parenthesis '(' Signed-off-by: Laurent Navet --- drivers/gpio/gpio-omap.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 159f5c5..7e8f791 100644 --