On Sat, Sep 29, 2012 at 01:36:21PM +0800, Amos Kong wrote: > This patch cleans up return sentences in the end of void functions. > > Reported-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Amos Kong <ak...@redhat.com> > --- > block/qed-table.c | 1 - > blockdev.c | 1 - > hw/9pfs/virtio-9p.c | 5 ----- > hw/blizzard.c | 2 -- > hw/bt-hci.c | 1 - > hw/device-hotplug.c | 1 - > hw/exynos4210_combiner.c | 4 ---- > hw/exynos4210_gic.c | 4 ---- > hw/exynos4210_mct.c | 2 -- > hw/fdc.c | 2 -- > hw/framebuffer.c | 1 - > hw/ide/macio.c | 1 - > hw/ivshmem.c | 4 ---- > hw/megasas.c | 1 - > hw/msix.c | 1 - > hw/pflash_cfi01.c | 1 - > hw/pflash_cfi02.c | 1 - > hw/pxa2xx_keypad.c | 1 - > hw/sb16.c | 1 - > hw/scsi-disk.c | 2 -- > hw/tcx.c | 1 - > hw/usb/dev-uas.c | 2 -- > hw/usb/hcd-ohci.c | 2 -- > hw/usb/hcd-xhci.c | 1 - > hw/xen_domainbuild.c | 1 - > libcacard/vcard.c | 1 - > libcacard/vcard_emul_nss.c | 3 --- > libcacard/vreader.c | 1 - > linux-user/signal.c | 2 -- > os-posix.c | 1 - > qemu-sockets.c | 1 - > qga/commands-posix.c | 2 -- > qga/commands-win32.c | 2 -- > savevm.c | 1 - > slirp/ip_input.c | 1 - > slirp/tcp_input.c | 2 -- > slirp/udp.c | 1 - > target-unicore32/translate.c | 2 -- > ui/vnc-auth-sasl.c | 1 - > vl.c | 1 - > xen-all.c | 1 - > 41 files changed, 0 insertions(+), 67 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan