summaryrefslogtreecommitdiffstats
path: root/hw/misc/mmio_interface.c
diff options
context:
space:
mode:
authorEric Blake2017-12-02 00:24:29 +0100
committerPaolo Bonzini2018-01-16 14:54:51 +0100
commit19a4d43ef05e323f811cf944980639449dbb39ac (patch)
tree9219d62bda5843d105034e8b3b15878ddcc43cf5 /hw/misc/mmio_interface.c
parentmips: Tweak location of ';' in macros (diff)
downloadqemu-19a4d43ef05e323f811cf944980639449dbb39ac.tar.gz
qemu-19a4d43ef05e323f811cf944980639449dbb39ac.tar.xz
qemu-19a4d43ef05e323f811cf944980639449dbb39ac.zip
chardev: Use goto/label instead of do/break/while(0)
Use of a do/while(0) control flow in order to permit an early break is an unusual paradigm, and triggers a false positive with a planned future syntax check against 'while (0);'. Rewrite the code to use a goto instead. This patch temporarily keeps an extra level of indentation to highlight the change; the next patch cleans it up. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20171201232433.25193-4-eblake@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/misc/mmio_interface.c')
0 files changed, 0 insertions, 0 deletions