aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-06-28 05:27:31 -0400
committerJiri Kosina <jkosina@suse.cz>2013-06-28 08:34:33 -0400
commit83a35e360433b58791bc9c4e288cace466d62e3a (patch)
treee5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /drivers/net/ethernet
parenta15e41909ccf535e568ea311cf926a1924ad63d6 (diff)
treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/intel/igb/e1000_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igb/e1000_phy.c b/drivers/net/ethernet/intel/igb/e1000_phy.c
index 115b0da6e013..9979ebcf2a0c 100644
--- a/drivers/net/ethernet/intel/igb/e1000_phy.c
+++ b/drivers/net/ethernet/intel/igb/e1000_phy.c
@@ -2014,7 +2014,7 @@ out:
2014 * Verify the reset block is not blocking us from resetting. Acquire 2014 * Verify the reset block is not blocking us from resetting. Acquire
2015 * semaphore (if necessary) and read/set/write the device control reset 2015 * semaphore (if necessary) and read/set/write the device control reset
2016 * bit in the PHY. Wait the appropriate delay time for the device to 2016 * bit in the PHY. Wait the appropriate delay time for the device to
2017 * reset and relase the semaphore (if necessary). 2017 * reset and release the semaphore (if necessary).
2018 **/ 2018 **/
2019s32 igb_phy_hw_reset(struct e1000_hw *hw) 2019s32 igb_phy_hw_reset(struct e1000_hw *hw)
2020{ 2020{