diff options
author | Stefan Assmann <sassmann@kpanic.de> | 2011-04-05 00:27:05 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-04-13 22:16:19 -0400 |
commit | 34a0326e3aaf1d67fe3de55e77e92961c6a9a847 (patch) | |
tree | 3a11535115424573eef34eac48da7b4b3675f7f7 /drivers/net/igb | |
parent | 7c158399c21e4eabb33965a5fc689ebbd2ded4f6 (diff) |
igb: fix typo in igb_validate_nvm_checksum_82580
Comment spelling fix.
Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/igb')
-rw-r--r-- | drivers/net/igb/e1000_82575.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_82575.c b/drivers/net/igb/e1000_82575.c index 6b256c275e10..0cd41c49bc17 100644 --- a/drivers/net/igb/e1000_82575.c +++ b/drivers/net/igb/e1000_82575.c | |||
@@ -1877,7 +1877,7 @@ static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw) | |||
1877 | } | 1877 | } |
1878 | 1878 | ||
1879 | if (nvm_data & NVM_COMPATIBILITY_BIT_MASK) { | 1879 | if (nvm_data & NVM_COMPATIBILITY_BIT_MASK) { |
1880 | /* if chekcsums compatibility bit is set validate checksums | 1880 | /* if checksums compatibility bit is set validate checksums |
1881 | * for all 4 ports. */ | 1881 | * for all 4 ports. */ |
1882 | eeprom_regions_count = 4; | 1882 | eeprom_regions_count = 4; |
1883 | } | 1883 | } |
@@ -1988,6 +1988,7 @@ static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw) | |||
1988 | out: | 1988 | out: |
1989 | return ret_val; | 1989 | return ret_val; |
1990 | } | 1990 | } |
1991 | |||
1991 | /** | 1992 | /** |
1992 | * igb_set_eee_i350 - Enable/disable EEE support | 1993 | * igb_set_eee_i350 - Enable/disable EEE support |
1993 | * @hw: pointer to the HW structure | 1994 | * @hw: pointer to the HW structure |