|WARNING| pw148798 [RFC PATCH 02/21] common/intel_eth: provide common Tx entry structures
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Nov 22 13:57:19 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/148798
_coding style issues_
ERROR:OPEN_BRACE: open brace '{' following struct go on the same line
#130: FILE: drivers/common/intel_eth/ieth_rxtx.h:15:
+struct ieth_tx_entry
+{
ERROR:OPEN_BRACE: open brace '{' following struct go on the same line
#140: FILE: drivers/common/intel_eth/ieth_rxtx.h:25:
+struct ieth_vec_tx_entry
+{
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_tail]
#196: FILE: drivers/net/i40e/i40e_rxtx.c:1421:
+ struct ieth_tx_entry *txep = &(txq->sw_ring[txq->tx_tail]);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_tail]
#801: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:202:
+ struct ieth_tx_entry *txep = &(txq->sw_ring[txq->tx_tail]);
total: 2 errors, 0 warnings, 2 checks, 665 lines checked
More information about the test-report
mailing list