On 04.08.2023 22:43, Stefano Stabellini wrote: > On Fri, 4 Aug 2023, Nicola Vetrini wrote: >> Suitable mechanical renames are made to avoid shadowing >> the function identifier 'wait' declared in 'xen/include/xen/wait.h', >> thus addressing violations of MISRA C:2012 Rule 5.3: >> "An identifier declared in an inner scope shall not hide an >> identifier declared in an outer scope" >> >> The parameter name 'bar' is added as well to comply with MISRA C:2012 >> Rules 8.2 and 8.3. >> >> Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
Acked-by: Jan Beulich <jbeul...@suse.com>