Re: [PATCH 2/2] pinctrl: generic: Fix checkpatch errors

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 5:53 AM, Sachin Kamat wrote: > Fixes the following type of checkpatch errors: > ERROR: space required before the open parenthesis '(' > > Signed-off-by: Sachin Kamat Patch applied! Thanks, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 2/2] pinctrl: generic: Fix checkpatch errors

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 5:53 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Fixes the following type of checkpatch errors: ERROR: space required before the open parenthesis '(' Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Patch applied! Thanks, Linus Walleij -- To unsubscribe from

[PATCH 2/2] pinctrl: generic: Fix checkpatch errors

2013-03-14 Thread Sachin Kamat
Fixes the following type of checkpatch errors: ERROR: space required before the open parenthesis '(' Signed-off-by: Sachin Kamat --- drivers/pinctrl/pinconf-generic.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/pinctrl/pinconf-generic.c

[PATCH 2/2] pinctrl: generic: Fix checkpatch errors

2013-03-14 Thread Sachin Kamat
Fixes the following type of checkpatch errors: ERROR: space required before the open parenthesis '(' Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/pinctrl/pinconf-generic.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git