|WARNING| pw107988 [PATCH 12/21] net/ena/base: make IO memzone unique per port

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 22 17:09:32 CET 2022


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

_coding style issues_


WARNING:TYPO_SPELLING: 'indentify' may be misspelled - perhaps 'identify'?
#80: 
caused the memzones to be harder to indentify and could potentially

WARNING:TYPO_SPELLING: 'beucase' may be misspelled - perhaps 'because'?
#81: 
lead to race and beucase of that the counter had to be atomic.

CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#238: FILE: drivers/net/ena/ena_ethdev.c:3507:
+	rc = snprintf(z_name, RTE_MEMZONE_NAMESIZE, "ena_p%d_mz%" PRIu64 "",

total: 0 errors, 2 warnings, 1 checks, 163 lines checked


More information about the test-report mailing list