[dpdk-test-report] |WARNING| pw44741 [v3, 06/10] net/softnic: update meter profile

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 14 19:47:59 CEST 2018


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

_coding style issues_


WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#232: FILE: drivers/net/softnic/rte_eth_softnic_pipeline.c:1047:
+}

CHECK:BRACES: braces {} should be used on all arms of this statement
#261: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1707:
+		if (status)
[...]
+		else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#263: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1709:
+		else {

CHECK:BRACES: braces {} should be used on all arms of this statement
#276: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1738:
+	if (status)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#278: FILE: drivers/net/softnic/rte_eth_softnic_thread.c:1740:
+	else {

total: 0 errors, 1 warnings, 4 checks, 234 lines checked


More information about the test-report mailing list