|WARNING| pw164329 [PATCH v3 24/27] net/vhost: use stdatomic instead of rte_atomic32
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat May 23 22:04:43 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/164329
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#129: FILE: drivers/net/vhost/rte_eth_vhost.c:76:
+ RTE_ATOMIC(uint32_t) allow_queuing;
CHECK:SPACING: No space is necessary after a cast
#130: FILE: drivers/net/vhost/rte_eth_vhost.c:77:
+ RTE_ATOMIC(uint32_t) while_queuing;
CHECK:SPACING: No space is necessary after a cast
#139: FILE: drivers/net/vhost/rte_eth_vhost.c:89:
+ RTE_ATOMIC(uint32_t) dev_attached;
CHECK:SPACING: No space is necessary after a cast
#147: FILE: drivers/net/vhost/rte_eth_vhost.c:96:
+ RTE_ATOMIC(uint32_t) started;
total: 0 errors, 0 warnings, 4 checks, 216 lines checked
More information about the test-report
mailing list