|WARNING| pw165817 [PATCH v5 12/24] net/netvsc: replace rte_atomic32 with stdatomic
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Jun 20 04:31:11 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/165817
_coding style issues_
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#151: FILE: drivers/net/netvsc/hn_rndis.c:396:
+ !rte_atomic_compare_exchange_strong_explicit(
CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#173: FILE: drivers/net/netvsc/hn_rndis.c:424:
+ rte_atomic_compare_exchange_strong_explicit(
CHECK:SPACING: No space is necessary after a cast
#232: FILE: drivers/net/netvsc/hn_var.h:88:
+ RTE_ATOMIC(uint32_t) rxbuf_outstanding;
CHECK:SPACING: No space is necessary after a cast
#242: FILE: drivers/net/netvsc/hn_var.h:170:
+ RTE_ATOMIC(uint32_t) rndis_pending;
CHECK:SPACING: No space is necessary after a cast
#243: FILE: drivers/net/netvsc/hn_var.h:171:
+ 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