Commit 6a3faa4d authored by Hari's avatar Hari Committed by Jeff Kirsher
Browse files

e1000: Fix typo in the comment



Continuous Double "the" in a comment. Changed it to single "the"

Signed-off-by: default avatarHari <harichandrakanthan@gmail.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 480b7a5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3960,7 +3960,7 @@ static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
 * @hw: Struct containing variables accessed by shared code
 *
 * Reads the first 64 16 bit words of the EEPROM and sums the values read.
 * If the the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is
 * If the sum of the 64 16 bit words is 0xBABA, the EEPROM's checksum is
 * valid.
 */
s32 e1000_validate_eeprom_checksum(struct e1000_hw *hw)