diff options
| author | Wander Lairson Costa <wander@redhat.com> | 2026-02-23 13:17:48 -0300 |
|---|---|---|
| committer | Gabriele Monaco <gmonaco@redhat.com> | 2026-03-31 16:47:51 +0200 |
| commit | c4258d8160b2a40732f3fe5272a9ec524e0a5e94 (patch) | |
| tree | d5618842688ec3ae1af624845078496daecfc2ff /rust/kernel/interop/git@git.tavy.me:linux-stable.git | |
| parent | b70bc5cca0e8873504cf3764f281b2d9094f9653 (diff) | |
rv/rvgen: remove unnecessary semicolons
Remove unnecessary semicolons from Python code in the rvgen tool.
Python does not require semicolons to terminate statements, and
their presence goes against PEP 8 style guidelines. These semicolons
were likely added out of habit from C-style languages.
This cleanup improves consistency with Python coding standards and
aligns with the recent improvements to remove other Python
anti-patterns from the codebase.
Signed-off-by: Wander Lairson Costa <wander@redhat.com>
Reviewed-by: Nam Cao <namcao@linutronix.de>
Reviewed-by: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/r/20260223162407.147003-6-wander@redhat.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions
