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

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 5:37 AM, Sachin Kamat wrote: > Fixes the following types of checkpatch errors: > ERROR: "foo * bar" should be "foo *bar" > ERROR: "foo* bar" should be "foo *bar" > ERROR: space required before the open parenthesis '(' > ERROR: "(foo*)" should be "(foo *)" > ERROR: space

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

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 5:37 AM, Sachin Kamat sachin.ka...@linaro.org wrote: Fixes the following types of checkpatch errors: ERROR: foo * bar should be foo *bar ERROR: foo* bar should be foo *bar ERROR: space required before the open parenthesis '(' ERROR: (foo*) should be (foo *) ERROR:

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

2013-03-14 Thread Sachin Kamat
Fixes the following types of checkpatch errors: ERROR: "foo * bar" should be "foo *bar" ERROR: "foo* bar" should be "foo *bar" ERROR: space required before the open parenthesis '(' ERROR: "(foo*)" should be "(foo *)" ERROR: space required after that ',' (ctx:WxV) ERROR: "(foo*const*)" should be

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

2013-03-14 Thread Sachin Kamat
Fixes the following types of checkpatch errors: ERROR: foo * bar should be foo *bar ERROR: foo* bar should be foo *bar ERROR: space required before the open parenthesis '(' ERROR: (foo*) should be (foo *) ERROR: space required after that ',' (ctx:WxV) ERROR: (foo*const*) should be (foo *const*)