|WARNING| pw146822 [PATCH v9 2/6] power: refactor uncore power management library

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 23 07:13:32 CEST 2024


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#550: FILE: lib/power/power_uncore_ops.h:238:
+#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, 792 lines checked


More information about the test-report mailing list