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

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

_coding style issues_


WARNING:TYPO_SPELLING: 'slaves' may be misspelled - perhaps 'secondaries'?
#31: 
Subject: [PATCH v3 1/5] 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 stopped. But only

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

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#59: 
active slaves are stopped. So fix it and do "deactivate_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 be deactivated. */

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-05-03 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220503100217.46203-2-humin29@huawei.com>
2022-05-03 10:04 ` |WARNING| pw110595 [PATCH v3 1/5] 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).