On Fri, 25 Apr 2025, [email protected] wrote: > From: Federico Serafini <[email protected]> > > Tag MISRA C Rule 19.1 as clean to avoid regressions. > > Signed-off-by: Federico Serafini <[email protected]> > Signed-off-by: Victor Lira <[email protected]>
Assuming the other patches get committed and the rule is clean Acked-by: Stefano Stabellini <[email protected]> > --- > Cc: Andrew Cooper <[email protected]> > Cc: Anthony PERARD <[email protected]> > Cc: Michal Orzel <[email protected]> > Cc: Jan Beulich <[email protected]> > Cc: Julien Grall <[email protected]> > Cc: Roger Pau Monné <[email protected]> > Cc: Stefano Stabellini <[email protected]> > Cc: Nicola Vetrini <[email protected]> > Cc: Federico Serafini <[email protected]> > Cc: Bertrand Marquis <[email protected]> > --- > automation/eclair_analysis/ECLAIR/tagging.ecl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/automation/eclair_analysis/ECLAIR/tagging.ecl > b/automation/eclair_analysis/ECLAIR/tagging.ecl > index 1d078d8905..dab3c51faa 100644 > --- a/automation/eclair_analysis/ECLAIR/tagging.ecl > +++ b/automation/eclair_analysis/ECLAIR/tagging.ecl > @@ -78,6 +78,7 @@ MC3A2.R17.5|| > MC3A2.R17.6|| > MC3A2.R18.6|| > MC3A2.R18.8|| > +MC3A2.R19.1|| > MC3A2.R20.2|| > MC3A2.R20.3|| > MC3A2.R20.4|| > -- > 2.47.0 >
