|WARNING| pw154791 [PATCH v7 3/8] lib/pmu: reimplement per-arch ops as callbacks
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jun 27 17:42:21 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154791
_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