[dpdk-test-report] |WARNING| pw37972 [PATCH v6 1/2] vhost: add support for interrupt mode

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 12 10:51:02 CEST 2018


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#206: FILE: drivers/net/vhost/rte_eth_vhost.c:743:
+	if (rte_atomic32_read(&internal->started) == 1) {
[...]
 	else
[...]

ERROR:TRAILING_WHITESPACE: trailing whitespace
#235: FILE: drivers/net/vhost/rte_eth_vhost.c:939:
+^I$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#280: FILE: lib/librte_vhost/vhost.c:554:
+^Ielse^I$

total: 2 errors, 0 warnings, 225 lines checked


More information about the test-report mailing list