[dpdk-test-report] |WARNING| pw23775 [PATCH] examples/ip_fragmentation: add fragmentation size support

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 20 09:18:50 CEST 2017


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

_coding style issues_


WARNING:SPACING: space prohibited between function name and open parenthesis '('
#50: FILE: examples/ip_fragmentation/main.c:312:
+		if (likely (frag_size_v4 >= m->pkt_len)) {

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#67: FILE: examples/ip_fragmentation/main.c:349:
+		if (likely (frag_size_v6 >= m->pkt_len)) {

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#88: FILE: examples/ip_fragmentation/main.c:505:
+	       " default is %d 
"

total: 0 errors, 3 warnings, 143 lines checked


More information about the test-report mailing list