Re: [U-Boot] [PATCH V2] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Eric Nelson
On 05/01/2012 04:11 PM, Marek Vasut wrote: Dear Eric Nelson, Signed-off-by: Eric Nelson --- tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 2048a44..0caffcb 100755 --- a/tools/checkpatch.pl +++

Re: [U-Boot] [PATCH V2] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Marek Vasut
Dear Eric Nelson, > Signed-off-by: Eric Nelson > --- > tools/checkpatch.pl |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl > index 2048a44..0caffcb 100755 > --- a/tools/checkpatch.pl > +++ b/tools/checkpatch.pl > @@ -3

[U-Boot] [PATCH V2] checkpatch: warn of whitespace before semicolon at end of line.

2012-05-01 Thread Eric Nelson
Signed-off-by: Eric Nelson --- tools/checkpatch.pl |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl index 2048a44..0caffcb 100755 --- a/tools/checkpatch.pl +++ b/tools/checkpatch.pl @@ -3139,6 +3139,12 @@ sub process {