|WARNING| pw123689 [PATCH v5] net/af_xdp: support CNI Integration

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 10 16:49:59 CET 2023


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


More information about the test-report mailing list