Markus Armbruster <[email protected]> wrote:
> qemu_rdma_poll()'s return type is uint64_t, even though it returns 0,
> -1, or @ret, which is int.  Its callers assign the return value to int
> variables, then check whether it's negative.  Unclean.
>
> Return int instead.
>
> Signed-off-by: Markus Armbruster <[email protected]>
> Reviewed-by: Fabiano Rosas <[email protected]>
> Reviewed-by: Li Zhijian <[email protected]>

Reviewed-by: Juan Quintela <[email protected]>

queued.


Reply via email to