|WARNING| pw123959 [PATCH v6] net/af_xdp: support CNI Integration

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 15 17:33:11 CET 2023


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


More information about the test-report mailing list