scripts: fix quiet checkpatch
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 2 Nov 2016 14:22:30 +0000 (15:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 5 Nov 2016 14:47:41 +0000 (15:47 +0100)
commit314c78b0e13efdbdd2f8c6ed82c147deb1104682
treea51d5851d992489c12a19d040c4a26ee491e67dd
parent752d8e097ec1779002632e5c8b13189fcc5f597f
scripts: fix quiet checkpatch

The commit e13fbc065c7f ("scripts: improve quiet checkpatch")
removed the line "total: 1 errors, 0 warnings, 7 lines checked"
from the quiet report.
Later, commit e7c38f471384 ("scripts: remove useless checkpatch notes")
removed few lines before "total:.*lines checked", so it was not working
well for quiet reporting.

Better to keep the "total:" line in quiet mode and remove the other ones.
That's why the checkpatch.pl option --no-summary is not used anymore
by reverting the commit e13fbc065c7f.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/checkpatches.sh