From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Chengwen Feng <fengchengwen@huawei.com>
Subject: |WARNING| pw120450 [PATCH 1/2] net/bonding: support private dump ops
Date: Mon, 5 Dec 2022 09:18:05 +0100 (CET) [thread overview]
Message-ID: <20221205081805.A2DD8122CDA@dpdk.org> (raw)
In-Reply-To: <20221205081051.25905-2-fengchengwen@huawei.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120450
_coding style issues_
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#143: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3403:
+ if (internals->slave_count > 0) {
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#144: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3404:
+ fprintf(f, " Slaves (%u): [", internals->slave_count);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#145: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3405:
+ for (i = 0; i < internals->slave_count - 1; i++)
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#146: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3406:
+ fprintf(f, "%u ", internals->slaves[i].port_id);
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#148: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3408:
+ fprintf(f, "%u]
", internals->slaves[internals->slave_count - 1].port_id);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#148: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3408:
+ fprintf(f, "%u]
", internals->slaves[internals->slave_count - 1].port_id);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#153: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3413:
+ if (internals->active_slave_count > 0) {
WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#154: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3414:
+ fprintf(f, " Active Slaves (%u): [", internals->active_slave_count);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#154: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3414:
+ fprintf(f, " Active Slaves (%u): [", internals->active_slave_count);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#155: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3415:
+ for (i = 0; i < internals->active_slave_count - 1; i++)
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#156: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3416:
+ fprintf(f, "%u ", internals->active_slaves[i]);
WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#158: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3418:
+ fprintf(f, "%u]
", internals->active_slaves[internals->active_slave_count - 1]);
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#158: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3418:
+ fprintf(f, "%u]
", internals->active_slaves[internals->active_slave_count - 1]);
WARNING:TYPO_SPELLING: 'Slaves' may be misspelled - perhaps 'Secondaries'?
#161: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3421:
+ fprintf(f, " Active Slaves: []
");
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#166: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:3426:
+ if (internals->slave_count > 0)
total: 0 errors, 15 warnings, 0 checks, 115 lines checked
parent reply other threads:[~2022-12-05 8:18 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20221205081051.25905-2-fengchengwen@huawei.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=20221205081805.A2DD8122CDA@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=fengchengwen@huawei.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).