On Wed, 23 Apr 2025, victorm.l...@amd.com wrote: > From: Federico Serafini <federico.seraf...@bugseng.com> > > MISRA C Rule 5.5 states that: > "Identifiers shall be distinct from macro names". > > A common pattern in Xen is to have a function-like macro that acts as a > "wrapper" for the function to be called: > before calling the function, the macro adds additional checks or > increase/decrease the number of parameters depending on the > configuration. > > Update ECLAIR configuration and deviations.rst. > > Signed-off-by: Federico Serafini <federico.seraf...@bugseng.com> > Signed-off-by: Victor Lira <victorm.l...@amd.com>
This is something we have already discussed in the past and accepted, but we were missing the ECLAIR configuration for the deviation. Thanks Federico for producing it. Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> I understand Jan asked for being more precise with the wording and I am OK with that.