|WARNING| pw166641 [PATCH v4 7/9] net/gve: increase range of DMA memzone ids to 64 bits
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jul 9 06:06:21 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166641
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#104: FILE: drivers/net/gve/base/gve_osdep.h:178:
+ static RTE_ATOMIC(uint64_t) gve_dma_memzone_id;
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#112: FILE: drivers/net/gve/base/gve_osdep.h:185:
+ snprintf(z_name, sizeof(z_name), "gve_dma_%" PRIu64,
total: 0 errors, 0 warnings, 2 checks, 16 lines checked
More information about the test-report
mailing list