|WARNING| pw166621 [PATCH v3 7/9] net/gve: increase range of DMA memzone ids to 64 bits
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jul 7 18:38:52 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/166621
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#103: FILE: drivers/net/gve/base/gve_osdep.h:178:
+ static RTE_ATOMIC(uint64_t) gve_dma_memzone_id;
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#111: 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