[dpdk-test-report] |WARNING| pw43076 [v12, 1/4] eal: add rte_uuid support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jul 13 19:06:59 CEST 2018


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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#191: FILE: lib/librte_eal/common/eal_common_uuid.c:127:
+#define UUCMP(u1, u2) \
+	do { if (u1 != u2) return (u1 < u2) ? -1 : 1; } while (0)

total: 0 errors, 1 warnings, 373 lines checked


More information about the test-report mailing list