|WARNING| pw154691 [PATCH v5 3/8] lib/pmu: reimplement per-arch ops as callbacks
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Jun 25 06:48:19 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154691
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#192: 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