[dpdk-test-report] |WARNING| pw40092 [PATCH 2/2] librte_ip_frag: add mbuf counter

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


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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#47: FILE: lib/librte_ip_frag/ip_frag_common.h:35:
+struct rte_mbuf * ip_frag_process(struct rte_ip_frag_tbl *tbl, $

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#47: FILE: lib/librte_ip_frag/ip_frag_common.h:35:
+struct rte_mbuf * ip_frag_process(struct rte_ip_frag_tbl *tbl, 

ERROR:TRAILING_WHITESPACE: trailing whitespace
#48: FILE: lib/librte_ip_frag/ip_frag_common.h:36:
+^Istruct ip_frag_pkt *fp, struct rte_ip_frag_death_row *dr, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#58: FILE: lib/librte_ip_frag/ip_frag_common.h:94:
+ip_frag_free(struct rte_ip_frag_tbl *tbl, struct ip_frag_pkt *fp, $

ERROR:SPACING: space prohibited before that '--' (ctx:WxO)
#67: FILE: lib/librte_ip_frag/ip_frag_common.h:104:
+			tbl->nb_mbufs --;
 			              ^

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#136: FILE: lib/librte_ip_frag/ip_frag_internal.c:211:
 	}
+	else

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

total: 7 errors, 0 warnings, 144 lines checked


More information about the test-report mailing list