Skip to content

Commit

Permalink
block/io_uring: Remove superfluous semicolon
Browse files Browse the repository at this point in the history
Fixes: 6663a0a
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200218094402.26625-5-philmd@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
  • Loading branch information
philmd authored and kevmw committed Feb 18, 2020
1 parent 0beab81 commit 74e4a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/io_uring.c
Expand Up @@ -187,7 +187,7 @@ static void luring_process_completions(LuringState *s)
ret = 0;
}
} else {
ret = -ENOSPC;;
ret = -ENOSPC;
}
}
end:
Expand Down

0 comments on commit 74e4a8a

Please sign in to comment.