On 07/16/2018 03:19 PM, Niklas Söderlund wrote: > Inside a loop in ravb_get_ethtool_stats() a variable 'stats' is declared > resulting in the argument also named 'stats' to be shadowed. Fix this > warning by renaming the unused argument 'stats' to 'estats'. > > This fixes the sparse warning: > > ravb_main.c:1225:36: originally declared here > ravb_main.c:1233:41: warning: symbol 'stats' shadows an earlier one > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> [...] Acked-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> MBR, Sergei