|WARNING| pw164453 [PATCH v4 24/27] net/vhost: use stdatomic instead of rte_atomic32

checkpatch at dpdk.org checkpatch at dpdk.org
Wed May 27 01:27:33 CEST 2026


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#130: FILE: drivers/net/vhost/rte_eth_vhost.c:76:
+	RTE_ATOMIC(uint32_t) allow_queuing;

CHECK:SPACING: No space is necessary after a cast
#131: FILE: drivers/net/vhost/rte_eth_vhost.c:77:
+	RTE_ATOMIC(uint32_t) while_queuing;

CHECK:SPACING: No space is necessary after a cast
#140: FILE: drivers/net/vhost/rte_eth_vhost.c:89:
+	RTE_ATOMIC(uint32_t) dev_attached;

CHECK:SPACING: No space is necessary after a cast
#148: 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