Re: [PATCH v2] checkpatch: add a fixer for missing newline at eof

2020-10-17 Thread Joe Perches
On Sat, 2020-10-17 at 07:25 -0700, t...@redhat.com wrote: > From: Tom Rix > > Remove the trailing error message from the fixed lines > > Signed-off-by: Tom Rix > --- > v2: fix whitespace Thanks Tom. Andrew can you pick this up please? > --- > scripts/checkpatch.pl | 7 +-- > 1 file chan

[PATCH v2] checkpatch: add a fixer for missing newline at eof

2020-10-17 Thread trix
From: Tom Rix Remove the trailing error message from the fixed lines Signed-off-by: Tom Rix --- v2: fix whitespace --- scripts/checkpatch.pl | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index fab38b493cef..f9e78a5385ad