From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Mingxia Liu <mingxia.liu@intel.com>
Subject: |WARNING| pw123882 [PATCH v2 1/5] net/cpfl: add some structure for hairpin queue
Date: Tue, 14 Feb 2023 13:38:22 +0100 (CET) [thread overview]
Message-ID: <20230214123822.30C2A120B05@dpdk.org> (raw)
In-Reply-To: <20230214113852.3341607-2-mingxia.liu@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123882
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#91: FILE: drivers/net/cpfl/cpfl_ethdev.c:113:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#102: FILE: drivers/net/cpfl/cpfl_ethdev.c:167:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#113: FILE: drivers/net/cpfl/cpfl_ethdev.c:229:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#141: FILE: drivers/net/cpfl/cpfl_ethdev.c:286:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#168: FILE: drivers/net/cpfl/cpfl_ethdev.c:332:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#180: FILE: drivers/net/cpfl/cpfl_ethdev.c:359:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#191: FILE: drivers/net/cpfl/cpfl_ethdev.c:475:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#202: FILE: drivers/net/cpfl/cpfl_ethdev.c:516:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#213: FILE: drivers/net/cpfl/cpfl_ethdev.c:556:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#224: FILE: drivers/net/cpfl/cpfl_ethdev.c:623:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#235: FILE: drivers/net/cpfl/cpfl_ethdev.c:662:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#246: FILE: drivers/net/cpfl/cpfl_ethdev.c:727:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#289: FILE: drivers/net/cpfl/cpfl_ethdev.c:772:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#300: FILE: drivers/net/cpfl/cpfl_ethdev.c:837:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#311: FILE: drivers/net/cpfl/cpfl_ethdev.c:860:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around adapter->vports[i]->base
#329: FILE: drivers/net/cpfl/cpfl_ethdev.c:1043:
+ vport = &(adapter->vports[i]->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#340: FILE: drivers/net/cpfl/cpfl_ethdev.c:1258:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#419: FILE: drivers/net/cpfl/cpfl_rxtx.c:138:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#430: FILE: drivers/net/cpfl/cpfl_rxtx.c:237:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#460: FILE: drivers/net/cpfl/cpfl_rxtx.c:275:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#481: FILE: drivers/net/cpfl/cpfl_rxtx.c:365:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#492: FILE: drivers/net/cpfl/cpfl_rxtx.c:415:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#529: FILE: drivers/net/cpfl/cpfl_rxtx.c:453:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#557: FILE: drivers/net/cpfl/cpfl_rxtx.c:534:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#570: FILE: drivers/net/cpfl/cpfl_rxtx.c:600:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#572: FILE: drivers/net/cpfl/cpfl_rxtx.c:602:
+ struct idpf_rx_queue *rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#604: FILE: drivers/net/cpfl/cpfl_rxtx.c:653:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#610: FILE: drivers/net/cpfl/cpfl_rxtx.c:658:
+ err = idpf_vc_txq_config(vport, &(cpfl_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#630: FILE: drivers/net/cpfl/cpfl_rxtx.c:690:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#647: FILE: drivers/net/cpfl/cpfl_rxtx.c:706:
+ rxq = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#658: FILE: drivers/net/cpfl/cpfl_rxtx.c:725:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#675: FILE: drivers/net/cpfl/cpfl_rxtx.c:741:
+ txq = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#692: FILE: drivers/net/cpfl/cpfl_rxtx.c:763:
+ q = &(cpfl_rxq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#732: FILE: drivers/net/cpfl/cpfl_rxtx.c:802:
+ q = &(cpfl_txq->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#787: FILE: drivers/net/cpfl/cpfl_rxtx.c:853:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#801: FILE: drivers/net/cpfl/cpfl_rxtx.c:882:
+ (void)idpf_qc_splitq_rx_vec_setup(&(cpfl_rxq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_rxq->base
#812: FILE: drivers/net/cpfl/cpfl_rxtx.c:902:
+ (void)idpf_qc_singleq_rx_vec_setup(&(cpfl_rxq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#823: FILE: drivers/net/cpfl/cpfl_rxtx.c:953:
+ struct idpf_vport *vport = &(cpfl_vport->base);
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#838: FILE: drivers/net/cpfl/cpfl_rxtx.c:972:
+ idpf_qc_tx_vec_avx512_setup(&(cpfl_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_txq->base
#852: FILE: drivers/net/cpfl/cpfl_rxtx.c:1012:
+ idpf_qc_tx_vec_avx512_setup(&(cpfl_txq->base));
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around cpfl_vport->base
#907: FILE: drivers/net/cpfl/cpfl_rxtx_vec_common.h:81:
+ struct idpf_vport *vport = &(cpfl_vport->base);
total: 0 errors, 0 warnings, 41 checks, 783 lines checked
prev parent reply other threads:[~2023-02-14 12:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230214113852.3341607-2-mingxia.liu@intel.com>
2023-02-14 12:24 ` |WARNING| pw123882-123886 " qemudev
2023-02-14 12:38 ` checkpatch [this message]
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=20230214123822.30C2A120B05@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).