Am 20.09.2023 um 20:31 hat Markus Armbruster geschrieben: > Local variables shadowing other local variables or parameters make the > code needlessly hard to understand. Tracked down with -Wshadow=local. > Clean up: delete inner declarations when they are actually redundant, > else rename variables. > > Signed-off-by: Markus Armbruster <[email protected]> > Reviewed-by: Stefan Hajnoczi <[email protected]> > Acked-by: Anthony PERARD <[email protected]> > Acked-by: Ilya Dryomov <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
