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 1182C41C38 for ; Fri, 10 Feb 2023 16:50:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 089A1410EA; Fri, 10 Feb 2023 16:50:01 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4A330410D3 for ; Fri, 10 Feb 2023 16:49:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 3BAF7121E50; Fri, 10 Feb 2023 16:49:59 +0100 (CET) Subject: |WARNING| pw123689 [PATCH v5] net/af_xdp: support CNI Integration In-Reply-To: <20230210154828.397475-1-shibin.koikkara.reeny@intel.com> References: <20230210154828.397475-1-shibin.koikkara.reeny@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shibin Koikkara Reeny Message-Id: <20230210154959.3BAF7121E50@dpdk.org> Date: Fri, 10 Feb 2023 16:49:59 +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/123689 _coding style issues_ WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #505: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1373: + int snd; WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'? #538: 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'? #539: 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'? #541: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1409: + return snd; total: 0 errors, 4 warnings, 0 checks, 720 lines checked