Skip to content
Snippets Groups Projects
Commit 74e4a8a9 authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Kevin Wolf
Browse files

block/io_uring: Remove superfluous semicolon


Fixes: 6663a0a3
Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200218094402.26625-5-philmd@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent 0beab811
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ static void luring_process_completions(LuringState *s)
ret = 0;
}
} else {
ret = -ENOSPC;;
ret = -ENOSPC;
}
}
end:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment