|WARNING| pw137645 [PATCH 71/71] examples: replace use of fixed size rte_memcpy

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 1 00:09:21 CET 2024


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137645

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#138: FILE: examples/ptpclient/ptpclient.c:362:
+		memcpy(&ptp_data->master_clock_id,

WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#168: FILE: examples/vhost/main.c:409:
+	(void)(memcpy(&eth_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
#184: FILE: examples/vmdq/main.c:155:
+	(void)(memcpy(&eth_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf)));

total: 0 errors, 3 warnings, 82 lines checked


More information about the test-report mailing list