Even though the build system flags this error, it is better for
checkpatch to flag it early.  It doesn't cost anything to do so.

Signed-off-by: Aaron Conole <acon...@redhat.com>
---
 utilities/checkpatch.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
index e89769a..b968fbc 100755
--- a/utilities/checkpatch.py
+++ b/utilities/checkpatch.py
@@ -87,8 +87,7 @@ skip_signoff_check = False
 # name, as they may have legitimate reasons to have longer lines.
 #
 # Python isn't checked as flake8 performs these checks during build.
-line_length_blacklist = ['.am', '.at', 'etc', '.in', '.m4', '.mk', '.patch',
-                         '.py']
+line_length_blacklist = ['.am', '.at', 'etc', '.in', '.m4', '.mk', '.patch']
 
 
 def is_subtracted_line(line):
-- 
2.9.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to