From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB573C433E0 for ; Wed, 13 Jan 2021 08:53:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66C1E23370 for ; Wed, 13 Jan 2021 08:53:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727154AbhAMIx4 (ORCPT ); Wed, 13 Jan 2021 03:53:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:44070 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726951AbhAMIx4 (ORCPT ); Wed, 13 Jan 2021 03:53:56 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 84AB423381; Wed, 13 Jan 2021 08:53:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610527995; bh=qpH2XiGe9mWZJ3BENyI/veWoaFTA3ufL0ceH8kbFSfk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PF3t5S5HTusRSLefeoZNuHX/PmQdv14iBn68QQRUBse8Pb5VHFBY0NQdsi1AUEqKq lm+IfcPf3h0qWXuIFg9ThzbSr1Uv6B6ZTaQAGCOb3FIyEaKePo8zzH17oNfHY6vS2Q UFMts5aG9i54erFCWLLfC6GUAKkQaza1Y8CnuV9x2yVeedT+yODn/Ny/KC3fYA/Dd9 bzwScGE8dkGCOG2ZQzWJZVpAiX9GlemFUj0WQs6A2YWJIwNgCKz6Baw05rlkA4/iQ7 RS+TFuCamCntCjWlxHSfFVxLAvkQyZukNRCXXgzWLEg30bcPDbrXAahz/ADVdHjfdU LNxaL4OFxk/5A== Date: Wed, 13 Jan 2021 10:53:11 +0200 From: Leon Romanovsky To: Xiao Yang Cc: linux-rdma@vger.kernel.org Subject: Re: [rdma-core PATCH] verbs: Update the type of some variables in documents Message-ID: <20210113085311.GI4678@unreal> References: <20210111085724.27641-1-yangx.jy@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210111085724.27641-1-yangx.jy@cn.fujitsu.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org 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 > --- > 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