e1000: Fix a typo in a source code comment

- s/overwritting/overwriting/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-07 14:12:23 +01:00
parent 2b0f6ad444
commit e9c7c6f5a0

View File

@ -474,7 +474,7 @@ s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data)
DEBUGFUNC("e1000_write_phy_reg_i2c");
/* Prevent overwritting SFP I2C EEPROM which is at A0 address.*/
/* Prevent overwriting SFP I2C EEPROM which is at A0 address.*/
if ((hw->phy.addr == 0) || (hw->phy.addr > 7)) {
DEBUGOUT1("PHY I2C Address %d is out of range.\n",
hw->phy.addr);