Re: [dpdk-dev] [PATCH] devtools: fix printing subject of checked patch

2018-10-01 Thread Thomas Monjalon
01/10/2018 22:48, Neil Horman: > On Mon, Oct 01, 2018 at 10:38:13PM +0200, Thomas Monjalon wrote: > > 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. > > Th

Re: [dpdk-dev] [PATCH] devtools: fix printing subject of checked patch

2018-10-01 Thread Neil Horman
On Mon, Oct 01, 2018 at 10:38:13PM +0200, Thomas Monjalon wrote: > 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 i

[dpdk-dev] [PATCH] devtools: fix printing subject of checked patch

2018-10-01 Thread Thomas Monjalon
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