On Wed, 26 Jun 2024, Nicola Vetrini wrote: > From: Alessandro Zucchelli <[email protected]> > > This addresses violations of MISRA C:2012 Rule 5.3 which states as > following: An identifier declared in an inner scope shall not hide an > identifier declared in an outer scope. > > In this case the gloabl variable being shadowed is the global static struct > mctctl in this file, therefore the local variables are renamed to avoid this. > > No functional change. > > Signed-off-by: Alessandro Zucchelli <[email protected]> > Signed-off-by: Nicola Vetrini <[email protected]>
Nice one! Reviewed-by: Stefano Stabellini <[email protected]>
