diff options
author | Théo Lebrun <theo.lebrun@bootlin.com> | 2024-02-28 14:28:11 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2024-02-29 12:28:21 +0300 |
commit | cbb24db148849fd5a54063862c4f537776c92a60 (patch) | |
tree | 4f7693252dcdf358f0a44a61eaa08a1d432d93e5 /block | |
parent | 8e48230d6df5cbbe408a2248aba25fd87ed279a3 (diff) | |
download | linux-cbb24db148849fd5a54063862c4f537776c92a60.tar.xz |
pinctrl: nomadik: follow conditional kernel coding conventions
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@bootlin.com>
Link: https://lore.kernel.org/r/20240228-mbly-gpio-v2-13-3ba757474006@bootlin.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions