[dpdk-test-report] |WARNING| pw23205 [PATCH v2 3/8] mbuf: set mbuf fields while in pool

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Apr 4 18:33:05 CEST 2017


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#182: FILE: lib/librte_mbuf/rte_mbuf.h:1283:
+       } else if (rte_atomic16_add_return(&m->refcnt_atomic, -1) == 0) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 16)
#182: FILE: lib/librte_mbuf/rte_mbuf.h:1283:
+       } else if (rte_atomic16_add_return(&m->refcnt_atomic, -1) == 0) {
[...]
+		if (RTE_MBUF_INDIRECT(m))

total: 0 errors, 2 warnings, 141 lines checked


More information about the test-report mailing list