Re: [ovs-dev] [PATCH] checkpatch: Improve accuracy and specificity of sign-off checking.

2018-08-10 Thread Ben Pfaff
On Fri, Aug 10, 2018 at 03:13:18PM -0400, Aaron Conole wrote: > Aaron Conole writes: > > > Ben Pfaff writes: > > > >> This also makes a start at a testsuite for checkpatch. > >> > >> CC: Aaron Conole > >> Signed-off-by: Ben Pfaff > >> --- > > > > I think it's close, but I still get this sort

Re: [ovs-dev] [PATCH] checkpatch: Improve accuracy and specificity of sign-off checking.

2018-08-10 Thread Ben Pfaff
On Fri, Aug 10, 2018 at 03:09:18PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > This also makes a start at a testsuite for checkpatch. > > > > CC: Aaron Conole > > Signed-off-by: Ben Pfaff > > --- > > I think it's close, but I still get this sort of error: > > 03:07:46 aconole

Re: [ovs-dev] [PATCH] checkpatch: Improve accuracy and specificity of sign-off checking.

2018-08-10 Thread Aaron Conole
Aaron Conole writes: > Ben Pfaff writes: > >> This also makes a start at a testsuite for checkpatch. >> >> CC: Aaron Conole >> Signed-off-by: Ben Pfaff >> --- > > I think it's close, but I still get this sort of error: > > 03:07:46 aconole {ipsec_selinux} ~/git/ovs$ ./utilities/checkpatch.py

Re: [ovs-dev] [PATCH] checkpatch: Improve accuracy and specificity of sign-off checking.

2018-08-10 Thread Aaron Conole
Ben Pfaff writes: > This also makes a start at a testsuite for checkpatch. > > CC: Aaron Conole > Signed-off-by: Ben Pfaff > --- I think it's close, but I still get this sort of error: 03:07:46 aconole {ipsec_selinux} ~/git/ovs$ ./utilities/checkpatch.py -1 == Checking fa10857dafcc

[ovs-dev] [PATCH] checkpatch: Improve accuracy and specificity of sign-off checking.

2018-08-10 Thread Ben Pfaff
This also makes a start at a testsuite for checkpatch. CC: Aaron Conole Signed-off-by: Ben Pfaff --- tests/automake.mk | 1 + tests/checkpatch.at | 128 tests/testsuite.at | 1 + utilities/checkpatch.py | 56