Re: [ovs-dev] [PATCH v2] checkpatch: Reset line counter.

2017-10-10 Thread Ben Pfaff
On Tue, Oct 10, 2017 at 10:00:02AM -0400, Aaron Conole wrote: > Ilya Maximets writes: > > > Lines should be counted for each file separately. > > > > Signed-off-by: Ilya Maximets > > --- > > Looks good to me. Thanks, Ilya! > > Acked-by: Aaron Conole Applied, thanks Aaron and Ilya! _

Re: [ovs-dev] [PATCH v2] checkpatch: Reset line counter.

2017-10-10 Thread Aaron Conole
Ilya Maximets writes: > Lines should be counted for each file separately. > > Signed-off-by: Ilya Maximets > --- Looks good to me. Thanks, Ilya! Acked-by: Aaron Conole > Version 2: > * Fixed commit message. > > utilities/checkpatch.py | 3 ++- > 1 file changed, 2 insertions(+), 1 del

[ovs-dev] [PATCH v2] checkpatch: Reset line counter.

2017-10-05 Thread Ilya Maximets
Lines should be counted for each file separately. Signed-off-by: Ilya Maximets --- Version 2: * Fixed commit message. utilities/checkpatch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py index 185ddaf..33feb6b 1