Commit 684ea87c authored by Sasha Neftin's avatar Sasha Neftin Committed by Jeff Kirsher

igc: Remove serdes comments from a description of methods

Serdes interface is not applicable for i225 devices.
Remove this from comments and make comments more clearly.
Signed-off-by: default avatarSasha Neftin <sasha.neftin@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent c557a4b3
...@@ -115,7 +115,7 @@ void igc_reset(struct igc_adapter *adapter) ...@@ -115,7 +115,7 @@ void igc_reset(struct igc_adapter *adapter)
} }
/** /**
* igc_power_up_link - Power up the phy/serdes link * igc_power_up_link - Power up the phy link
* @adapter: address of board private structure * @adapter: address of board private structure
*/ */
static void igc_power_up_link(struct igc_adapter *adapter) static void igc_power_up_link(struct igc_adapter *adapter)
...@@ -129,7 +129,7 @@ static void igc_power_up_link(struct igc_adapter *adapter) ...@@ -129,7 +129,7 @@ static void igc_power_up_link(struct igc_adapter *adapter)
} }
/** /**
* igc_power_down_link - Power down the phy/serdes link * igc_power_down_link - Power down the phy link
* @adapter: address of board private structure * @adapter: address of board private structure
*/ */
static void igc_power_down_link(struct igc_adapter *adapter) static void igc_power_down_link(struct igc_adapter *adapter)
......
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