|WARNING| pw164323 [PATCH v3 15/27] net/netvsc: replace rte_atomic32 with stdatomic

checkpatch at dpdk.org checkpatch at dpdk.org
Sat May 23 22:01:06 CEST 2026


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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#149: FILE: drivers/net/netvsc/hn_rndis.c:396:
+	    !rte_atomic_compare_exchange_strong_explicit(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#171: FILE: drivers/net/netvsc/hn_rndis.c:424:
+				rte_atomic_compare_exchange_strong_explicit(

CHECK:SPACING: No space is necessary after a cast
#230: FILE: drivers/net/netvsc/hn_var.h:88:
+	RTE_ATOMIC(uint32_t) rxbuf_outstanding;

CHECK:SPACING: No space is necessary after a cast
#240: FILE: drivers/net/netvsc/hn_var.h:169:
+	RTE_ATOMIC(uint32_t) rndis_pending;

CHECK:SPACING: No space is necessary after a cast
#241: FILE: drivers/net/netvsc/hn_var.h:170:
+	RTE_ATOMIC(uint32_t) rndis_req_id;

total: 0 errors, 0 warnings, 5 checks, 121 lines checked


More information about the test-report mailing list