summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorCezar Chiru <chiru.cezar.89@gmail.com>2025-10-18 12:12:57 +0300
committerAndi Shyti <andi.shyti@kernel.org>2025-10-27 14:17:15 +0100
commit2e38abef127da288666c8d25a1290e5e1af0d395 (patch)
tree18ac98137dddbf7354894c35808f5636dc0850bc /tools/lib/python/kdoc/kdoc_parser.py
parentfaef2789bdb40067523563d414d5eb611c535cab (diff)
i2c: pcf8584: Fix do not use assignment inside if conditional
Assign inside of 'if' conditional is not allowed. Move assignment from inside 'if' conditional, to one line before each 'if'conditional statement that caused errors. Enforce errors fixing based on checkpatch.pl output on file. Signed-off-by: Cezar Chiru <chiru.cezar.89@gmail.com> Signed-off-by: Andi Shyti <andi.shyti@kernel.org> Link: https://lore.kernel.org/r/20251018091258.5266-3-chiru.cezar.89@gmail.com
Diffstat (limited to 'tools/lib/python/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions