From: Jilin Yuan Date: Wed, 29 Jun 2022 13:26:36 +0000 (+0800) Subject: intel/e1000:fix repeated words in comments X-Git-Tag: block-6.0-2022-08-12~31^2~246^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=38f0430e1658529dd26ca9889ea7b546cbed5e48;p=linux-block.git intel/e1000:fix repeated words in comments Delete the redundant word 'frames'. Signed-off-by: Jilin Yuan Signed-off-by: Tony Nguyen --- diff --git a/drivers/net/ethernet/intel/e1000/e1000_hw.c b/drivers/net/ethernet/intel/e1000/e1000_hw.c index f8860f24ede0..4542e2bc28e8 100644 --- a/drivers/net/ethernet/intel/e1000/e1000_hw.c +++ b/drivers/net/ethernet/intel/e1000/e1000_hw.c @@ -2000,7 +2000,7 @@ s32 e1000_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. */