|WARNING| pw145483 [PATCH v3 1/5] power: refactor core power management library
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Oct 8 19:43:56 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/145483
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1525: FILE: lib/power/rte_power_cpufreq_api.h:189:
+#define RTE_POWER_REGISTER_OPS(ops) \
+RTE_INIT(power_hdlr_init_##ops) \
+{ \
+ rte_power_register_ops(&ops); \
+}
total: 1 errors, 0 warnings, 1202 lines checked
More information about the test-report
mailing list