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
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:
+
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
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
4 matches
Mail list logo