Skip to content

Commit

Permalink
igb: fix typo in igb_validate_nvm_checksum_82580
Browse files Browse the repository at this point in the history
Comment spelling fix.

Signed-off-by: Stefan Assmann <[email protected]>
Tested-by:  Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
  • Loading branch information
sassmann authored and Jeff Kirsher committed Apr 14, 2011
1 parent 7c15839 commit 34a0326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/igb/e1000_82575.c
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ static s32 igb_validate_nvm_checksum_82580(struct e1000_hw *hw)
}

if (nvm_data & NVM_COMPATIBILITY_BIT_MASK) {
/* if chekcsums compatibility bit is set validate checksums
/* if checksums compatibility bit is set validate checksums
* for all 4 ports. */
eeprom_regions_count = 4;
}
Expand Down Expand Up @@ -1988,6 +1988,7 @@ static s32 igb_update_nvm_checksum_i350(struct e1000_hw *hw)
out:
return ret_val;
}

/**
* igb_set_eee_i350 - Enable/disable EEE support
* @hw: pointer to the HW structure
Expand Down

0 comments on commit 34a0326

Please sign in to comment.