[dpdk-test-report] |WARNING| pw24459 [PATCH 02/11] net/e1000: restore n-tuple filter

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 23 09:22:27 CEST 2017


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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#137: FILE: drivers/net/e1000/igb_ethdev.c:3778:
+	if (filter->filter_info.tcp_flags & TCP_FLAG_ALL) {
[...]
+	} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#150: FILE: drivers/net/e1000/igb_ethdev.c:3791:
+	} else

CHECK:BRACES: braces {} should be used on all arms of this statement
#256: FILE: drivers/net/e1000/igb_ethdev.c:4263:
+	if (filter->filter_info.tcp_flags & TCP_FLAG_ALL) {
[...]
+	} else
[...]

CHECK:BRACES: Unbalanced braces around else statement
#269: FILE: drivers/net/e1000/igb_ethdev.c:4276:
+	} else

CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#364: FILE: drivers/net/e1000/igb_ethdev.c:5485:
+
+}

total: 0 errors, 0 warnings, 5 checks, 339 lines checked


More information about the test-report mailing list