On 18.03.2024 12:53, Nicola Vetrini wrote: > MISRA C Rule 20.7 states: "Expressions resulting from the expansion > of macro parameters shall be enclosed in parentheses". Therefore, some > macro definitions should gain additional parentheses to ensure that all > current and future users will be safe with respect to expansions that > can possibly alter the semantics of the passed-in macro parameter. > > No functional change. > > Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> > --- > This file is matched by exclude-list.json, but the fix is rather trivial > and impacts code that in under the scope of MISRA compliance.
On the same basis as the other change: Acked-by: Jan Beulich <jbeul...@suse.com> I wonder though: Where do we draw the line? Jan