Re: [ovs-dev] [PATCH v4 3/7] checkpatch: move the checks to the framework

2017-05-01 Thread Ben Pfaff
On Mon, May 01, 2017 at 04:14:05PM -0400, Aaron Conole wrote: > All of the checks are now part of the new 'check' framework. > > Signed-off-by: Aaron Conole > --- > utilities/checkpatch.py | 41 ++--- > 1 file changed, 26 insertions(+), 15

[ovs-dev] [PATCH v4 3/7] checkpatch: move the checks to the framework

2017-05-01 Thread Aaron Conole
All of the checks are now part of the new 'check' framework. Signed-off-by: Aaron Conole --- utilities/checkpatch.py | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/utilities/checkpatch.py