|WARNING| pw164444 [PATCH v4 15/27] net/netvsc: replace rte_atomic32 with stdatomic
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 27 01:28:15 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/164444
_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