|WARNING| pw138890 [PATCH v3 14/45] net/memif: use rte stdatomic API

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 27 23:39:45 CET 2024


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

_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