Re: [PATCH] gpio/gpiolib.c:Fixing style issues in gpiolib.c

2016-12-28 Thread Linus Walleij
On Fri, Dec 9, 2016 at 5:08 AM, Mukesh Kaushik wrote: > Fixing the following checkpatch.pl error: This does not apply to v4.10+ If you want it considered, rebase and resend. Sorry for constant rebase, but purelyt syntactic changes are second/third priority. Yours, Linus Walleij

[PATCH] gpio/gpiolib.c:Fixing style issues in gpiolib.c

2016-12-08 Thread Mukesh Kaushik
Fixing the following checkpatch.pl error: ERROR: else should follow close brace '}' #2248: FILE: drivers/gpio/gpiolib.c:2248: + } + else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { ERROR: space prohibited after that open parenthesis '(' #2018: FILE: drivers/gpio/gpiolib.c:2018: +

Re: [PATCH] gpio/gpiolib.c:Fixing style issues in gpiolib.c

2016-12-07 Thread Linus Walleij
On Mon, Dec 5, 2016 at 12:45 PM, Mukesh Kaushik wrote: > Fixing the following checkpatch.pl error: > > ERROR: else should follow close brace '}' > + } > + else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { > > ERROR: space prohibited after that open parenthesis '(' > + if ( !d

[PATCH] gpio/gpiolib.c:Fixing style issues in gpiolib.c

2016-12-05 Thread Mukesh Kaushik
Fixing the following checkpatch.pl error: ERROR: else should follow close brace '}' + } + else if (test_bit(FLAG_OPEN_SOURCE, &desc->flags)) { ERROR: space prohibited after that open parenthesis '(' + if ( !desc->gdev->chip ) { \ ERROR: space prohibited before that close parent