mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
drivers/net/ethernet/intel: fix typos in comments
Spelling mistakes (triple letters) in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
committed by
Tony Nguyen
parent
c2f1e80fd6
commit
138f9f50eb
@@ -1825,7 +1825,7 @@ static void fm10k_sm_mbx_process_error(struct fm10k_mbx_info *mbx)
|
||||
fm10k_sm_mbx_connect_reset(mbx);
|
||||
break;
|
||||
case FM10K_STATE_CONNECT:
|
||||
/* try connnecting at lower version */
|
||||
/* try connecting at lower version */
|
||||
if (mbx->remote) {
|
||||
while (mbx->local > 1)
|
||||
mbx->local--;
|
||||
|
||||
@@ -2403,7 +2403,7 @@ static void ice_set_agg_vsi(struct ice_vsi *vsi)
|
||||
agg_id);
|
||||
return;
|
||||
}
|
||||
/* aggregator node is created, store the neeeded info */
|
||||
/* aggregator node is created, store the needed info */
|
||||
agg_node->valid = true;
|
||||
agg_node->agg_id = agg_id;
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter,
|
||||
IXGBE_WRITE_REG(hw, IXGBE_PFDTXGSWC, IXGBE_PFDTXGSWC_VT_LBEN);
|
||||
adapter->bridge_mode = BRIDGE_MODE_VEB;
|
||||
|
||||
/* limit trafffic classes based on VFs enabled */
|
||||
/* limit traffic classes based on VFs enabled */
|
||||
if ((adapter->hw.mac.type == ixgbe_mac_82599EB) && (num_vfs < 16)) {
|
||||
adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS;
|
||||
adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS;
|
||||
|
||||
Reference in New Issue
Block a user