|WARNING| pw140087 [PATCH v6 14/45] net/memif: use rte stdatomic API
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue May 14 18:40:06 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/140087
_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