On Thu, 24 Aug 2023, Roger Pau Monné wrote: > On Wed, Jul 26, 2023 at 01:03:37PM +0200, Simone Ballarin wrote: > > From: Gianluca Luparini <gianluca.lupar...@bugseng.com> > > > > The xen sources contains violations of MISRA C:2012 Rule 7.2 whose > > headline states: > > "A 'u' or 'U' suffix shall be applied to all integer constants > > that are represented in an unsigned type". > > > > Add the 'U' suffix to integers literals with unsigned type and also to other > > literals used in the same contexts or near violations, when their positive > > nature is immediately clear. The latter changes are done for the sake of > > uniformity. > > > > Signed-off-by: Gianluca Luparini <gianluca.lupar...@bugseng.com> > > Signed-off-by: Simone Ballarin <simone.balla...@bugseng.com> > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> > > Acked-by: Roger Pau Monné <roger....@citrix.com>
Thanks! I saw too late :-)