Markus Armbruster fb2575f954 block: Clean up local variable shadowing
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 <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20230921121312.1301864-7-armbru@redhat.com>
2023-09-29 08:13:57 +02:00
..
2023-03-07 16:53:18 +01:00
2023-03-24 11:45:46 +01:00
2023-09-21 11:31:16 +03:00
2023-03-24 11:45:46 +01:00
2023-03-24 11:45:46 +01:00
2023-09-21 11:31:16 +03:00
2023-03-24 11:45:46 +01:00
2023-06-01 07:34:03 -04:00