|WARNING| pw146346 [PATCH v7 2/5] power: refactor uncore power management library
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Oct 21 06:13:08 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146346
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#960: 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, 754 lines checked
More information about the test-report
mailing list