Re: [ovs-dev] [PATCH v4] checkpatch.py: A simple script for finding patch issues

2016-03-31 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 10:45:35AM -0400, Aaron Conole wrote: > Most projects have a checkpatch facility, which can be used as a pre-commit > sanity check. This introduces such a mechanism to the Open vSwitch project > to catch some of the more silly formatting mistakes which can occur. It is > not

[ovs-dev] [PATCH v4] checkpatch.py: A simple script for finding patch issues

2016-03-31 Thread Aaron Conole
Most projects have a checkpatch facility, which can be used as a pre-commit sanity check. This introduces such a mechanism to the Open vSwitch project to catch some of the more silly formatting mistakes which can occur. It is not meant to replace good code review practices, but it can help eliminat