On 21/09/2023 02:31, Markus Armbruster wrote: > 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: Peter Xu <[email protected]>
Reviewed-by: Li Zhijian <[email protected]>
