|WARNING| pw138699 [PATCH v2 14/45] net/memif: use rte stdatomic API
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Mar 21 20:20:10 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/138699
_coding style issues_
CHECK:SPACING: No space is necessary after a cast
#116: 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
#119: 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