diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 16:31:40 +0800 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 10:43:18 -0700 |
commit | 4d5173c6f6ebb103bd0fd6ed91ab8a7af9f9ff7e (patch) | |
tree | b25a8bc12204488b4b76930c3a45a6a47dcb7253 | |
parent | a5f976580238375a52463db064819543d253f751 (diff) | |
download | linux-4d5173c6f6ebb103bd0fd6ed91ab8a7af9f9ff7e.tar.gz linux-4d5173c6f6ebb103bd0fd6ed91ab8a7af9f9ff7e.tar.bz2 linux-4d5173c6f6ebb103bd0fd6ed91ab8a7af9f9ff7e.zip |
igb: remove unexpected word "the"
there is an unexpected word "the" in the comments that need to be removed
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
-rw-r--r-- | drivers/net/ethernet/intel/igb/e1000_82575.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igb/e1000_82575.c b/drivers/net/ethernet/intel/igb/e1000_82575.c index cbe92fd23a70..8d6e44ee1895 100644 --- a/drivers/net/ethernet/intel/igb/e1000_82575.c +++ b/drivers/net/ethernet/intel/igb/e1000_82575.c @@ -2207,7 +2207,7 @@ out: * igb_reset_mdicnfg_82580 - Reset MDICNFG destination and com_mdio bits * @hw: pointer to the HW structure * - * This resets the the MDICNFG.Destination and MDICNFG.Com_MDIO bits based on + * This resets the MDICNFG.Destination and MDICNFG.Com_MDIO bits based on * the values found in the EEPROM. This addresses an issue in which these * bits are not restored from EEPROM after reset. **/ |