From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8E18AA0C46 for ; Mon, 27 Sep 2021 17:00:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A5BD41102; Mon, 27 Sep 2021 17:00:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 09AC1410EB for ; Mon, 27 Sep 2021 17:00:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 056C61206FE; Mon, 27 Sep 2021 17:00:06 +0200 (CEST) In-Reply-To: <20210927133450.10653-7-srikanth.k@oneconvergence.com> References: <20210927133450.10653-7-srikanth.k@oneconvergence.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Srikanth Kaka Message-Id: <20210927150007.056C61206FE@dpdk.org> Date: Mon, 27 Sep 2021 17:00:06 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99803 [PATCH 06/19] common/mlx5: define PF_INET socket X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/99803 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'ifname' #122: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:25: + * @param ifname + * ifname buffer of mlx5_get_ifname(dev, ifname) function. WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #145: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:48: + if (!(value & IFF_ALLMULTI)) { WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #164: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:67: + * IFF_PPROMISC for promiscuous, IFF_ALLMULTI for allmulti. WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #164: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:67: + * IFF_PPROMISC for promiscuous, IFF_ALLMULTI for allmulti. WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #177: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:80: + assert(!(flags & ~(IFF_PPROMISC))); WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #219: FILE: drivers/common/mlx5/freebsd/mlx5_inet.c:122: + int ret = mlx5_inet_device_flags(inetsk_fd, ifname, IFF_PPROMISC, enable); total: 0 errors, 6 warnings, 381 lines checked