automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw148798 [RFC PATCH 02/21] common/intel_eth: provide common Tx entry structures
       [not found] <20241122125418.2857301-3-bruce.richardson@intel.com>
@ 2024-11-22 12:57 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-11-22 12:57 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-22 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241122125418.2857301-3-bruce.richardson@intel.com>
2024-11-22 12:57 ` |WARNING| pw148798 [RFC PATCH 02/21] common/intel_eth: provide common Tx entry structures checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).