diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-19 10:10:03 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-04-20 16:04:20 +0100 |
commit | 79bd3ae9d39fcead07938f473caf0dfd9760bd21 (patch) | |
tree | 177a59f34a8e4d834a4f1ec28370545fbfd2a2dd /net/socket.c | |
parent | 1d64909543e80745e976c059195952df7c748c94 (diff) | |
download | qemu-79bd3ae9d39fcead07938f473caf0dfd9760bd21.zip qemu-79bd3ae9d39fcead07938f473caf0dfd9760bd21.tar.gz qemu-79bd3ae9d39fcead07938f473caf0dfd9760bd21.tar.bz2 |
tests/docker: inline variable definitions or move close to use
Variables that are defined with ":=" are handled imperatively, so moving
them closer to the first use ensures that all the assignments prior to
the first use are taken into account.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220401141326.1244422-6-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-9-alex.bennee@linaro.org>
Diffstat (limited to 'net/socket.c')
0 files changed, 0 insertions, 0 deletions