|WARNING| pw154457 [PATCH 3/6] lib/pmu: reimplement per-arch ops as callbacks
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Mon Jun 16 08:54:57 CEST 2025
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154457
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#190: FILE: lib/pmu/pmu_private.h:19:
+#define PMU_SET_ARCH_OPS(ops) \
+	RTE_INIT(libpmu_set_arch_ops) \
+	{ \
+		arch_ops = &(ops); \
+	}
total: 1 errors, 0 warnings, 125 lines checked
    
    
More information about the test-report
mailing list