|WARNING| pw166129 [PATCH v10 07/21] net/txgbe: fix Tx desc free logic

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jun 24 13:55:36 CEST 2026


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#147: FILE: drivers/net/txgbe/txgbe_rxtx.c:2443:
+	txq->headwb_mem = (RTE_ATOMIC(uint32_t) *)TMZ_VADDR(headwb);

CHECK:SPACING: No space is necessary after a cast
#160: FILE: drivers/net/txgbe/txgbe_rxtx.h:420:
+	RTE_ATOMIC(uint32_t) *headwb_mem;

CHECK:SPACING: spaces preferred around that '*' (ctx:WxV)
#160: FILE: drivers/net/txgbe/txgbe_rxtx.h:420:
+	RTE_ATOMIC(uint32_t) *headwb_mem;
 	                     ^

total: 0 errors, 0 warnings, 3 checks, 105 lines checked


More information about the test-report mailing list