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

2016-03-24 Thread Aaron Conole
Russell Bryant writes: > On Thu, Mar 24, 2016 at 4:12 PM, 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 whic

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

2016-03-24 Thread Russell Bryant
On Thu, Mar 24, 2016 at 4:12 PM, 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 meant