|WARNING| pw146725 [PATCH v8 1/6] power: refactor core power management library

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 22 20:43:28 CEST 2024


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#968: FILE: lib/power/power_cpufreq.h:185:
+#define RTE_POWER_REGISTER_CPUFREQ_OPS(ops) \
+RTE_INIT(power_hdlr_init_##ops) \
+{ \
+	rte_power_register_cpufreq_ops(&ops); \
+}

total: 1 errors, 0 warnings, 1233 lines checked


More information about the test-report mailing list