|WARNING| pw123578 [PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 9 13:06:45 CET 2023


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


More information about the test-report mailing list