From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingxia Liu <mingxia.liu@intel.com>
Subject: |WARNING| pw123885 [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop
Date: Tue, 14 Feb 2023 13:38:07 +0100 (CET) [thread overview]
Message-ID: <20230214123807.1ECE1120B05@dpdk.org> (raw)
In-Reply-To: <20230214113852.3341607-5-mingxia.liu@intel.com>
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
parent reply other threads:[~2023-02-14 12:38 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230214113852.3341607-5-mingxia.liu@intel.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230214123807.1ECE1120B05@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=mingxia.liu@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).