|WARNING| pw146335 [PATCH v6 2/5] power: refactor uncore power management library

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Oct 20 11:23:49 CEST 2024


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#952: FILE: lib/power/rte_power_uncore_ops.h:221:
+#define RTE_POWER_REGISTER_UNCORE_OPS(ops) \
+RTE_INIT(power_hdlr_init_uncore_##ops) \
+{ \
+	rte_power_register_uncore_ops(&ops); \
+}

total: 1 errors, 0 warnings, 749 lines checked


More information about the test-report mailing list