|WARNING| pw137761 [PATCH v2 71/71] examples: replace use of fixed size rte_memcpy
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Mar 1 18:26:00 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137761
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#148: FILE: examples/ptpclient/ptpclient.c:362:
+ memcpy(&ptp_data->master_clock_id,
WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#178: FILE: examples/vhost/main.c:409:
+ (void)(memcpy(ð_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf)));
WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#202: FILE: examples/vmdq/main.c:154:
+ (void)(memcpy(ð_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf)));
total: 0 errors, 3 warnings, 103 lines checked
More information about the test-report
mailing list