|WARNING| pw160643 [PATCH v5 1/7] hash: move table of hash compare functions out of header
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 30 21:24:51 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/160643
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#124: 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