|WARNING| pw156087 [PATCH v2 1/4] hash: move table of hash compare functions out of header
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Fri Aug 22 20:19:55 CEST 2025
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/156087
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#129: 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