diff options
author | Peng Li <lipeng321@huawei.com> | 2021-03-30 15:27:53 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-30 16:56:39 -0700 |
commit | 059ff70c8cabe0b9d170033ae82bc052aeaac059 (patch) | |
tree | 2c18332f2fa136ec043415e70aae8796e1a2ece2 /drivers/net/ethernet/intel/i40e | |
parent | cf5b15ab191f699504bfd39cb559e559423ab9f5 (diff) | |
download | linux-059ff70c8cabe0b9d170033ae82bc052aeaac059.tar.gz linux-059ff70c8cabe0b9d170033ae82bc052aeaac059.tar.bz2 linux-059ff70c8cabe0b9d170033ae82bc052aeaac059.zip |
net: i40e: remove repeated words
Remove repeated words "to" and "try".
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e')
-rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c index 0f84ed0143e4..1555d6009bf5 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c @@ -7339,7 +7339,7 @@ static void i40e_vsi_set_default_tc_config(struct i40e_vsi *vsi) qcount = min_t(int, vsi->alloc_queue_pairs, i40e_pf_get_max_q_per_tc(vsi->back)); for (i = 0; i < I40E_MAX_TRAFFIC_CLASS; i++) { - /* For the TC that is not enabled set the offset to to default + /* For the TC that is not enabled set the offset to default * queue and allocate one queue for the given TC. */ vsi->tc_config.tc_info[i].qoffset = 0; @@ -10625,7 +10625,7 @@ static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) * need to rebuild the switch model in the HW. * * If there were VEBs but the reconstitution failed, we'll try - * try to recover minimal use by getting the basic PF VSI working. + * to recover minimal use by getting the basic PF VSI working. */ if (vsi->uplink_seid != pf->mac_seid) { dev_dbg(&pf->pdev->dev, "attempting to rebuild switch\n"); |