On Thu, 7 Dec 2023, Simone Ballarin wrote: > From: Maria Celeste Cesario <[email protected]> > > The xen sources contain violations of MISRA C:2012 Rule 14.4 whose > headline states: > "The controlling expression of an if statement and the controlling > expression of an iteration-statement shall have essentially Boolean type". > > Struct domain member is_dying is an anonymous enum designed to act as boolean. > Add deviation to mark its uses in controlling expressions as deliberate. > > Signed-off-by: Maria Celeste Cesario <[email protected]> > Signed-off-by: Simone Ballarin <[email protected]>
Reviewed-by: Stefano Stabellini <[email protected]>
