|WARNING| pw154660 [PATCH v4 2/7] lib/pmu: reimplement per-arch ops as callbacks
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 24 14:30:53 CEST 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154660
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#193: 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