|WARNING| pw146183 [PATCH v5 2/5] power: refactor uncore power management library
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Oct 17 12:29:44 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146183
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#940: 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, 751 lines checked
More information about the test-report
mailing list