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 3FC5641C4F for ; Thu, 9 Feb 2023 13:06:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36EAC4113D; Thu, 9 Feb 2023 13:06:46 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 38E37400D5 for ; Thu, 9 Feb 2023 13:06:45 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 29960121E50; Thu, 9 Feb 2023 13:06:45 +0100 (CET) Subject: |WARNING| pw123578 [PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration In-Reply-To: <20230209120549.388318-1-shibin.koikkara.reeny@intel.com> References: <20230209120549.388318-1-shibin.koikkara.reeny@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shibin Koikkara Reeny Message-Id: <20230209120645.29960121E50@dpdk.org> Date: Thu, 9 Feb 2023 13:06:45 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/123578 _coding style issues_ WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #497: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1373: + int snd; WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #530: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1406: + snd = sendmsg(sock, &msgh, 0); WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #531: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1407: + } while (snd < 0 && errno == EINTR); WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #533: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1409: + return snd; total: 0 errors, 4 warnings, 0 checks, 720 lines checked