|WARNING| pw139573 [PATCH v4 14/45] net/memif: use rte stdatomic API

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Apr 20 01:11:24 CEST 2024


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

_coding style issues_


CHECK:SPACING: No space is necessary after a cast
#117: FILE: drivers/net/memif/memif.h:172:
+	RTE_ATOMIC(uint16_t) head;			/**< pointer to ring buffer head */

CHECK:SPACING: No space is necessary after a cast
#120: FILE: drivers/net/memif/memif.h:174:
+	RTE_ATOMIC(uint16_t) tail;			/**< pointer to ring buffer tail */

total: 0 errors, 0 warnings, 2 checks, 167 lines checked


More information about the test-report mailing list