From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 8090441CA7
	for <public@inbox.dpdk.org>; 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 <test-report@dpdk.org>; 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 <shibin.koikkara.reeny@intel.com>
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 <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=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