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 8090441CA7 for ; Wed, 15 Feb 2023 17:33:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 784BE410F1; Wed, 15 Feb 2023 17:33:12 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 03B2D410F1 for ; Wed, 15 Feb 2023 17:33:12 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id E994D120B05; Wed, 15 Feb 2023 17:33:11 +0100 (CET) Subject: |WARNING| pw123959 [PATCH v6] net/af_xdp: support CNI Integration In-Reply-To: <20230215163014.725646-1-shibin.koikkara.reeny@intel.com> References: <20230215163014.725646-1-shibin.koikkara.reeny@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shibin Koikkara Reeny Message-Id: <20230215163311.E994D120B05@dpdk.org> Date: Wed, 15 Feb 2023 17:33:11 +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/123959 _coding style issues_ WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #513: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1373: + int snd; WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #546: 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'? #547: 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'? #549: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1409: + return snd; total: 0 errors, 4 warnings, 0 checks, 744 lines checked