* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > Fixes: 6663a0a3376 > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > Cc: Stefano Garzarella <sgarz...@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > block/io_uring.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/io_uring.c b/block/io_uring.c > index 56892fd1ab..a3142ca989 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: > -- > 2.21.1 > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK