|WARNING| pw162766 [PATCH v6 1/7] hash: move table of hash compare functions out of header
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Mar 30 01:24:22 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/162766
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#128: FILE: lib/hash/rte_cuckoo_hash.c:37:
+#define RETURN_IF_TRUE(cond, retval) do { \
+ if (cond) \
+ return retval; \
+} while (0)
total: 0 errors, 1 warnings, 204 lines checked
More information about the test-report
mailing list