|WARNING| pw138885 [PATCH v3 10/45] net/octeon_ep: use rte stdatomic API
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Mar 27 23:39:54 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/138885
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#227: 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)
#227: 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
#236: 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)
#236: 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