|WARNING| pw122979 [PATCH v3] net/af_xdp: AF_XDP PMD CNI Integration
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Feb 2 17:56:12 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/122979
_coding style issues_
WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'?
#481: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1373:
+ int snd;
WARNING:TYPO_SPELLING: 'snd' may be misspelled - perhaps 'send'?
#514: 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'?
#515: 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'?
#517: FILE: drivers/net/af_xdp/rte_eth_af_xdp.c:1409:
+ return snd;
total: 0 errors, 4 warnings, 0 checks, 703 lines checked
More information about the test-report
mailing list