diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-09-21 14:13:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 08:13:57 +0200 |
commit | e33e66b1b3655d98aadebf7e22eae18077698401 (patch) | |
tree | 61d3d8c69b473d0b1504d2b7a3454453279200db /ui/udmabuf.c | |
parent | 7f3de3f02f0bd0eaa3ba4506f9a60c1c35865e93 (diff) |
ui: 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: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20230921121312.1301864-4-armbru@redhat.com>
Diffstat (limited to 'ui/udmabuf.c')
0 files changed, 0 insertions, 0 deletions