Re: [ovs-dev] [PATCH v2 ovn] add missing checkpatch.py script

2019-08-02 Thread Dumitru Ceara
On Thu, Aug 1, 2019 at 2:07 PM Lorenzo Bianconi wrote: > > Signed-off-by: Lorenzo Bianconi Hi Lorenzo, Should we also clone the ovs/tests/checkpatch.at tests and add them to tests/testsuite.at? I'm not sure why but in OVS checkpatch.py is also added to EXTRA_DIST (ovs/utilities/automake.mk).

[ovs-dev] [PATCH v2 ovn] add missing checkpatch.py script

2019-08-01 Thread Lorenzo Bianconi
Signed-off-by: Lorenzo Bianconi --- Changes since v1: - fix subject --- utilities/checkpatch.py | 1006 +++ 1 file changed, 1006 insertions(+) create mode 100755 utilities/checkpatch.py diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py new file