[PATCH v3] devtools: ensure proper tag sequence
Thomas Monjalon
thomas at monjalon.net
Fri Nov 25 10:56:56 CET 2022
19/07/2022 14:01, jpalider at marvell.com:
> From: Jakub Palider <jpalider at marvell.com>
>
> This change to log checking procedure ensures that certain
> tags are in proper order.
> The order of tags is as follows:
> * Coverity issue
> * Bugzilla ID
> * Fixes
> * Cc
> * <BLANK LINE>
> * Suggested-by
> * Reported-by
> + Signed-off-by
> * Acked-by
> * Reviewed-by
> * Tested-by
> where:
> * => 0 or more than one instance possible
> + => more than once instance possible
> In order to satisfy the above requirements an extra check
> is performed for obligatory tags.
>
> v3:
> * restored some tags under check
> * defined chronological order after Signed-off
>
> v2:
> * narrowed down the tags under check
>
> Signed-off-by: Jakub Palider <jpalider at marvell.com>
I've moved "Reported-by" before "Suggested-by" and
made the output more consistent with other checks.
Applied, thanks.
More information about the dev
mailing list