|WARNING| pw121951 [PATCH v3 6/9] telemetry: mark old names of renamed fns as deprecated
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jan 12 18:44:25 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121951
_coding style issues_
WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_tel_data_add_array_uint', this function's name, in a string
#129: FILE: lib/telemetry/rte_telemetry.h:154:
+ __rte_deprecated_msg("use 'rte_tel_data_add_array_uint' instead");
WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_tel_data_add_dict_uint', this function's name, in a string
#147: FILE: lib/telemetry/rte_telemetry.h:248:
+ __rte_deprecated_msg("use 'rte_tel_data_add_dict_uint' instead");
total: 0 errors, 2 warnings, 76 lines checked
More information about the test-report
mailing list