[PATCH v2 13/30] pinctrl: nomadik: follow conditional kernel coding conventions
Linus Walleij
linus.walleij at linaro.org
Thu Feb 29 01:28:45 PST 2024
On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun at bootlin.com> wrote:
> Fix strict checkpatch warnings relative to if-else blocks and bool
> expressions. Message types addressed:
>
> CHECK: Comparison to NULL could be written "!nmk_cfg_params[index].choice"
> CHECK: Unbalanced braces around else statement
> CHECK: Using comparison to false is error prone
> CHECK: Using comparison to true is error prone
> CHECK: braces {} should be used on all arms of this statement
>
> Before: 0 errors, 1 warnings, 16 checks.
> After: 0 errors, 1 warnings, 7 checks.
>
> Signed-off-by: Théo Lebrun <theo.lebrun at bootlin.com>
Patch applied!
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list