> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Sunday, June 12, 2022 10:29 PM
> To: Jakub Palider <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [EXT] Re: [PATCH] devtools: ensure proper tag sequence
>
> External Email
>
> ----------------------------------------------------------------------
> 12/06/2022 16:23, [email protected]:
> > From: Jakub Palider <[email protected]>
> >
> > This change to log checking procedure ensures that all
> > 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
>
> For the *-by sequence, the order is more chronological.
> Ack/Review/Test can be in any order I think.
>
>
Hi Thomas,
Do I get it right that the lines after <BLANK LINE> are fine in
current state and the patch could take care of the first section
only?