|WARNING| pw156053 [RFC 1/3] hash: move table of hash compare functions out of header
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 21 22:35:58 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/156053
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#126: 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