|WARNING| pw140082 [PATCH v6 10/45] net/octeon_ep: use rte stdatomic API

checkpatch at dpdk.org checkpatch at dpdk.org
Tue May 14 18:40:18 CEST 2024


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#226: 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)
#226: 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
#235: 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)
#235: 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