devtools: fix printing subject of checked patch
authorThomas Monjalon <thomas@monjalon.net>
Mon, 1 Oct 2018 20:38:13 +0000 (22:38 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 1 Oct 2018 21:46:50 +0000 (23:46 +0200)
commit8f3ea0a03dce3d42f83915201395605d4b63d347
treeb2d27ee6e7499bc465168a8aaa3e246164d80057
parent42f4d724ec27ffb4f512713cfb83cfc645086571
devtools: fix printing subject of checked patch

If checkpatches.sh is not run with verbose option (-v),
the patch subject is printed as headline of errors only
if there is an error reported by checkpatch.pl, not with other checks.
The headline is moved to a function which is called after each check
if there is an error and if it has not already be printed.

One more addition, in verbose mode, checkpatch.pl is now announced
as done for other checks.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
devtools/checkpatches.sh