|WARNING| pw159419 [PATCH v6 17/18] cfgfile: add length checks and increase line buffer
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Dec 23 19:15:51 CET 2025
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159419
_coding style issues_
WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test
#129: FILE: lib/cfgfile/rte_cfgfile.c:175:
+static_assert(LINE_MAX > CFG_NAME_LEN + CFG_VALUE_LEN + 4,
total: 0 errors, 1 warnings, 89 lines checked
More information about the test-report
mailing list