]> git.ipfire.org Git - thirdparty/qemu.git/commit
block-coroutine-wrapper: support void functions
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Fri, 13 Jan 2023 20:41:59 +0000 (21:41 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 1 Feb 2023 15:52:32 +0000 (16:52 +0100)
commit5b317b8dd95fd5a051f5c84f5442c03fc67faae2
tree22cf6510df4fab21be4ff4b472d7ae7dffe2c2ac
parent07a4e1f8e5418f36424cd57d5d061b090a238c65
block-coroutine-wrapper: support void functions

Just omit the various 'return' when the return type is void.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230113204212.359076-2-kwolf@redhat.com>
Reviewed-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
scripts/block-coroutine-wrapper.py