On Mon, Jan 11, 2021 at 04:57:24PM +0800, Xiao Yang wrote: > The type of some variables has been changed from int to > unsigned int thus update the corresponding documents. > > Fixes: 8fe7f12f1723 ("verbs: Bitwise flag values should be unsigned") > Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx> > --- > libibverbs/man/ibv_bind_mw.3 | 4 ++-- > libibverbs/man/ibv_create_cq_ex.3 | 2 +- > libibverbs/man/ibv_modify_qp.3 | 2 +- > libibverbs/man/ibv_poll_cq.3 | 2 +- > libibverbs/man/ibv_post_send.3 | 4 ++-- > libibverbs/man/ibv_query_qp.3 | 2 +- > 6 files changed, 8 insertions(+), 8 deletions(-) Thanks, merged, pending CI results. https://github.com/linux-rdma/rdma-core/pull/924