automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw108830 [PATCH V2 1/4] net/bonding: fix non-active slaves aren't stopped
       [not found] <20220324030036.4761-2-humin29@huawei.com>
@ 2022-03-24  3:01 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-03-24  3:01 UTC (permalink / raw)
  To: test-report; +Cc: Min Hu (Connor)

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#31: 
Subject: [PATCH V2 1/4] net/bonding: fix non-active slaves aren't stopped

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#58: 
When stopping a bonded port, all slaves should be deactivated. But only

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#59: 
active slaves are stopped. So fix it and do "deactivae_slave()" for active

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59: 
active slaves are stopped. So fix it and do "deactivae_slave()" for active

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#60: 
slaves.

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#80: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2122:
+		internals->slaves[i].last_link_status = 0;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#81: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2123:
+		ret = rte_eth_dev_stop(slave_id);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#84: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2126:
+				     slave_id);

WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#88: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2130:
+		/* active slaves need to deactivate. */

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#99: FILE: drivers/net/bonding/rte_eth_bond_pmd.c:2133:
+				internals->active_slave_count)

total: 0 errors, 10 warnings, 0 checks, 29 lines checked

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

only message in thread, other threads:[~2022-03-24  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220324030036.4761-2-humin29@huawei.com>
2022-03-24  3:01 ` |WARNING| pw108830 [PATCH V2 1/4] net/bonding: fix non-active slaves aren't stopped 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).