|WARNING| pw161003 [PATCH v5 04/10] net/rtap: add statistics and device info
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Feb 9 19:45:11 CET 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/161003
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <SCNu64>
#208: FILE: drivers/net/rtap/rtap_ethdev.c:205:
+ if (fscanf(f, "%"SCNu64, rx_dropped) != 1) {
CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#208: FILE: drivers/net/rtap/rtap_ethdev.c:205:
+ if (fscanf(f, "%"SCNu64, rx_dropped) != 1) {
total: 0 errors, 0 warnings, 2 checks, 186 lines checked
More information about the test-report
mailing list