|WARNING| pw154779 [PATCH v6 3/8] lib/pmu: reimplement per-arch ops as callbacks

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 27 12:58:42 CEST 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/154779

_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