automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw123885 [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop
       [not found] <20230214113852.3341607-5-mingxia.liu@intel.com>
@ 2023-02-14 12:38 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-02-14 12:38 UTC (permalink / raw)
  To: test-report; +Cc: Mingxia Liu

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#246: FILE: drivers/net/cpfl/cpfl_ethdev.c:750:
+	struct idpf_vport *vport = &(cpfl_vport->base);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#408: FILE: drivers/net/cpfl/cpfl_rxtx.c:686:
+	struct idpf_rx_queue *rxq = &(cpfl_rxq->base);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#461: FILE: drivers/net/cpfl/cpfl_rxtx.c:776:
+	struct idpf_tx_queue *txq = &(cpfl_txq->base);

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#498: FILE: drivers/net/cpfl/cpfl_rxtx.c:815:
+		err = idpf_vc_txq_config(vport, &(cpfl_txq->base));

total: 0 errors, 0 warnings, 4 checks, 589 lines checked

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

only message in thread, other threads:[~2023-02-14 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230214113852.3341607-5-mingxia.liu@intel.com>
2023-02-14 12:38 ` |WARNING| pw123885 [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop 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).