|WARNING| pw167072 [PATCH v6 21/24] net/vhost: use stdatomic instead of rte_atomic32
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jul 31 07:03:36 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/167072
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#132: FILE: drivers/net/vhost/rte_eth_vhost.c:76:
+ RTE_ATOMIC(uint32_t) allow_queuing;
CHECK:SPACING: No space is necessary after a cast
#133: FILE: drivers/net/vhost/rte_eth_vhost.c:77:
+ RTE_ATOMIC(uint32_t) while_queuing;
CHECK:SPACING: No space is necessary after a cast
#142: FILE: drivers/net/vhost/rte_eth_vhost.c:89:
+ RTE_ATOMIC(uint32_t) dev_attached;
CHECK:SPACING: No space is necessary after a cast
#150: 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