Re: [PATCH 12/26] rv/rvgen: fix PEP 8 whitespace violations
From: Nam Cao <hidden>
Date: 2026-01-22 14:59:50
Also in:
lkml
From: Nam Cao <hidden>
Date: 2026-01-22 14:59:50
Also in:
lkml
Wander Lairson Costa [off-list ref] writes:
Fix whitespace violations throughout the rvgen codebase to comply with PEP 8 style guidelines. The changes address missing whitespace after commas, around operators, and in collection literals that were flagged by pycodestyle. The fixes include adding whitespace after commas in string replace chains and function arguments, adding whitespace around arithmetic operators, removing extra whitespace in list comprehensions, and fixing dictionary literal spacing. These changes improve code readability and consistency with Python coding standards. Signed-off-by: Wander Lairson Costa <redacted>
Reviewed-by: Nam Cao <redacted>