[dpdk-test-report] |WARNING| pw46229 [2/5] ethdev: add an iterator to match some devargs input

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Oct 8 00:27:33 CEST 2018


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:SPACING: space required after that ',' (ctx:VxV)
#38: FILE: lib/librte_eal/common/include/rte_common.h:170:
+#define RTE_CAST_FIELD(var,field,type) \
                           ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#38: FILE: lib/librte_eal/common/include/rte_common.h:170:
+#define RTE_CAST_FIELD(var,field,type) \
                                 ^

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#39: FILE: lib/librte_eal/common/include/rte_common.h:171:
+	(*(type*)((uintptr_t)(var) + offsetof(typeof(*(var)), field)))

total: 3 errors, 1 warnings, 220 lines checked


More information about the test-report mailing list