[dpdk-test-report] |WARNING| pw101689 [PATCH 6/7] net/ena: add check for missing Tx completions

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Oct 14 22:21:38 CEST 2021


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

_coding style issues_


WARNING:LONG_LINE: line length of 150 exceeds 100 columns
#171: FILE: drivers/net/ena/ena_ethdev.c:1580:
+					"Found a Tx that wasn't completed on time, qid %d, index %d. Missing Tx outstanding for %" PRIu64 " msecs.
",

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#171: FILE: drivers/net/ena/ena_ethdev.c:1580:
+					"Found a Tx that wasn't completed on time, qid %d, index %d. Missing Tx outstanding for %" PRIu64 " msecs.
",

total: 0 errors, 1 warnings, 1 checks, 236 lines checked


More information about the test-report mailing list