|WARNING| pw166530 [PATCH v2 7/9] net/gve: increase range of DMA memzone ids to 64 bits
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 3 15:11:43 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166530
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#102: FILE: drivers/net/gve/base/gve_osdep.h:178:
+ static RTE_ATOMIC(uint64_t) gve_dma_memzone_id;
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#110: 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