Commit 91a5c447 authored by Alan Brady's avatar Alan Brady Committed by Jeff Kirsher

i40e: fix comment typo

Someone forgot a word in this comment and it's confusing without it.
Signed-off-by: default avatarAlan Brady <alan.brady@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 52e2d02e
...@@ -516,8 +516,8 @@ static void i40e_get_settings_link_up(struct i40e_hw *hw, ...@@ -516,8 +516,8 @@ static void i40e_get_settings_link_up(struct i40e_hw *hw,
} }
/* Now that we've worked out everything that could be supported by the /* Now that we've worked out everything that could be supported by the
* current PHY type, get what is supported by the NVM and them to * current PHY type, get what is supported by the NVM and intersect
* get what is truly supported * them to get what is truly supported
*/ */
i40e_phy_type_to_ethtool(pf, &e_supported, i40e_phy_type_to_ethtool(pf, &e_supported,
&e_advertising); &e_advertising);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment