Commit dffcdde7 authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher

e1000e: cosmetic comment changes to make lines less than 80 characters

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent b4d8e21d
...@@ -289,7 +289,7 @@ static void e1000_release_phy_80003es2lan(struct e1000_hw *hw) ...@@ -289,7 +289,7 @@ static void e1000_release_phy_80003es2lan(struct e1000_hw *hw)
} }
/** /**
* e1000_acquire_mac_csr_80003es2lan - Acquire rights to access Kumeran register * e1000_acquire_mac_csr_80003es2lan - Acquire right to access Kumeran register
* @hw: pointer to the HW structure * @hw: pointer to the HW structure
* *
* Acquire the semaphore to access the Kumeran interface. * Acquire the semaphore to access the Kumeran interface.
...@@ -305,7 +305,7 @@ static s32 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw) ...@@ -305,7 +305,7 @@ static s32 e1000_acquire_mac_csr_80003es2lan(struct e1000_hw *hw)
} }
/** /**
* e1000_release_mac_csr_80003es2lan - Release rights to access Kumeran Register * e1000_release_mac_csr_80003es2lan - Release right to access Kumeran Register
* @hw: pointer to the HW structure * @hw: pointer to the HW structure
* *
* Release the semaphore used to access the Kumeran interface * Release the semaphore used to access the Kumeran interface
......
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