aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasha Neftin <sasha.neftin@intel.com>2019-12-02 09:56:26 +0200
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-12-31 14:25:47 -0800
commit684ea87cc312c98386c667d1046c61eb92ea8379 (patch)
treea8e5627e7f7a2ba2d1d720487fe50d3624e409c9
parente1000e: Use netdev_info instead of pr_info for link messages (diff)
downloadlinux-dev-684ea87cc312c98386c667d1046c61eb92ea8379.tar.xz
linux-dev-684ea87cc312c98386c667d1046c61eb92ea8379.zip
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: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/igc/igc_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c
index ca7b8d6791f1..25989c087aca 100644
--- a/drivers/net/ethernet/intel/igc/igc_main.c
+++ b/drivers/net/ethernet/intel/igc/igc_main.c
@@ -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
*/
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
*/
static void igc_power_down_link(struct igc_adapter *adapter)