[PATCH 11/85] scripts/modinfo: remove trailing ;

Marc-André Lureau posted 85 patches 1 month, 3 weeks ago
Only 12 patches received!
There is a newer version of this series
[PATCH 11/85] scripts/modinfo: remove trailing ;
Posted by Marc-André Lureau 1 month, 3 weeks ago
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
---
 scripts/modinfo-generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/modinfo-generate.py b/scripts/modinfo-generate.py
index 5a8abcae5d3..83ffa4a7c52 100644
--- a/scripts/modinfo-generate.py
+++ b/scripts/modinfo-generate.py
@@ -48,7 +48,7 @@ def generate(name: str, lines: list[str], enabled: set[str]) -> Optional[set[str
             elif kind == 'opts':
                 opts.append(data)
             elif kind == 'arch':
-                arch = data;
+                arch = data
             elif kind == 'kconfig':
                 # don't add a module which dependency is not enabled
                 # in kconfig

-- 
2.53.0