mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
e1000: Fix a typo in a source code comment
- s/chekcsums/checksums/ MFC after: 3 days
This commit is contained in:
parent
ee45061051
commit
3e614fb600
1 changed files with 1 additions and 1 deletions
|
|
@ -2425,7 +2425,7 @@ static s32 e1000_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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue