diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-29 15:31:07 +0200 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 19:49:06 +0200 |
commit | e2ef1c2d9a14bcc351bd5fc3b36cf91e987dd38d (patch) | |
tree | b18b515941143d88aabde7e726196e1a57eb24a6 | |
parent | intel/e1000:fix repeated words in comments (diff) | |
download | linux-e2ef1c2d9a14bcc351bd5fc3b36cf91e987dd38d.tar.xz linux-e2ef1c2d9a14bcc351bd5fc3b36cf91e987dd38d.zip |
intel/e1000e:fix repeated words in comments
Delete the redundant word 'frames'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/mac.c b/drivers/net/ethernet/intel/e1000e/mac.c index 51512a73fdd0..5df7ad93f3d7 100644 --- a/drivers/net/ethernet/intel/e1000e/mac.c +++ b/drivers/net/ethernet/intel/e1000e/mac.c @@ -957,7 +957,7 @@ s32 e1000e_force_mac_fc(struct e1000_hw *hw) * 1: Rx flow control is enabled (we can receive pause * frames but not send pause frames). * 2: Tx flow control is enabled (we can send pause frames - * frames but we do not receive pause frames). + * but we do not receive pause frames). * 3: Both Rx and Tx flow control (symmetric) is enabled. * other: No other values should be possible at this point. */ |