|WARNING| pw165826 [PATCH v5 21/24] net/vhost: use stdatomic instead of rte_atomic32

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jun 20 04:34:00 CEST 2026


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/165826

_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