|WARNING| pw138589 [PATCH 10/46] net/octeon_ep: use rte stdatomic API
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Mar 20 21:53:13 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/138589
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#225: FILE: drivers/net/octeon_ep/otx_ep_common.h:221:
+ RTE_ATOMIC(uint32_t) *inst_cnt_ism;
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#225: FILE: drivers/net/octeon_ep/otx_ep_common.h:221:
+ RTE_ATOMIC(uint32_t) *inst_cnt_ism;
^
CHECK:SPACING: No space is necessary after a cast
#234: FILE: drivers/net/octeon_ep/otx_ep_common.h:416:
+ RTE_ATOMIC(uint32_t) *pkts_sent_ism;
CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#234: FILE: drivers/net/octeon_ep/otx_ep_common.h:416:
+ RTE_ATOMIC(uint32_t) *pkts_sent_ism;
^
total: 0 errors, 0 warnings, 4 checks, 116 lines checked
More information about the test-report
mailing list