From: Philippe Mathieu-Daudé Date: Tue, 18 Feb 2020 09:43:53 +0000 (+0100) Subject: block/io_uring: Remove superfluous semicolon X-Git-Tag: v5.0.0-rc0~85^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74e4a8a9614a96a7b7e34778d33e1f05a30d312d;p=thirdparty%2Fqemu.git block/io_uring: Remove superfluous semicolon Fixes: 6663a0a3376 Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200218094402.26625-5-philmd@redhat.com> Signed-off-by: Kevin Wolf --- diff --git a/block/io_uring.c b/block/io_uring.c index 56892fd1ab8..a3142ca9890 100644 --- a/block/io_uring.c +++ b/block/io_uring.c @@ -187,7 +187,7 @@ static void luring_process_completions(LuringState *s) ret = 0; } } else { - ret = -ENOSPC;; + ret = -ENOSPC; } } end: