[dpdk-test-report] |WARNING| pw40879 [PATCH v10 1/5] eal: add rte_uuid support

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 8 19:00:36 CEST 2018


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

_coding style issues_


WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1
#64: FILE: lib/librte_eal/common/eal_common_uuid.c:1:
+/* SPDX-License-Identifier: BSD-3-Clause

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#190: 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, 2 warnings, 373 lines checked


More information about the test-report mailing list