[dpdk-test-report] |WARNING| pw40091 [PATCH 1/2] librte_ip_frag: add function to delete expired entries

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 16 13:04:27 CEST 2018


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#118: FILE: lib/librte_ip_frag/rte_ip_frag.h:333:
+ * $

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#160: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:143:
+		}
+		else

ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#178: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:161:
+			for (i=0; i!=fp->last_idx; i++)
 			      ^

ERROR:SPACING: spaces required around that '!=' (ctx:VxV)
#178: FILE: lib/librte_ip_frag/rte_ip_frag_common.c:161:
+			for (i=0; i!=fp->last_idx; i++)
 			           ^

total: 4 errors, 0 warnings, 144 lines checked


More information about the test-report mailing list