aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-29 22:24:57 +0800
committerTony Nguyen <anthony.l.nguyen@intel.com>2022-06-30 11:06:23 -0700
commit1e401f7680c9a23e33675a1654fa3f93334e7ac9 (patch)
treef8b26a60f9a08f05dc51d309b70530d52f01f874
parentintel/igbvf:fix repeated words in comments (diff)
downloadlinux-dev-1e401f7680c9a23e33675a1654fa3f93334e7ac9.tar.xz
linux-dev-1e401f7680c9a23e33675a1654fa3f93334e7ac9.zip
intel/igc: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/igc/igc_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_mac.c b/drivers/net/ethernet/intel/igc/igc_mac.c
index 67b8ffd21d8a..a5c4b19d71a2 100644
--- a/drivers/net/ethernet/intel/igc/igc_mac.c
+++ b/drivers/net/ethernet/intel/igc/igc_mac.c
@@ -193,7 +193,7 @@ s32 igc_force_mac_fc(struct igc_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.
*/