]> git.proxmox.com Git - mirror_ovs.git/commitdiff
checkpatch: Ignore utilities/bugtool.
authorWilliam Tu <u9012063@gmail.com>
Thu, 12 Sep 2019 18:11:17 +0000 (11:11 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 17 Sep 2019 21:39:49 +0000 (14:39 -0700)
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
utilities/checkpatch.py

index f8fa00e306a8e7a3a1d0de903e6ee1daf917a528..a9f27b52f3c815ebfec14532700dc2efaa520eea 100755 (executable)
@@ -844,6 +844,8 @@ def ovs_checkpatch_parse(text, filename, author=None, committer=None):
             # for a common style.
             if current_file.startswith('include/sparse'):
                 continue
+            if current_file.startswith('utilities/bugtool'):
+                continue
             run_checks(current_file, cmp_line, lineno)
 
     run_file_checks(text)