Blob Blame History Raw
From: Jilin Yuan <yuanjilin@cdjrlc.com>
Date: Wed, 29 Jun 2022 21:41:25 +0800
Subject: intel/i40e:fix repeated words in comments
Patch-mainline: v6.0-rc1
Git-commit: 09f85edd98e27ccd95382de10a3be09a2056ec16
References: jsc#PED-372

Delete the redundant word 'a'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/net/ethernet/intel/i40e/i40e_main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
@@ -13230,7 +13230,7 @@ static netdev_features_t i40e_features_c
 	}
 
 	/* No need to validate L4LEN as TCP is the only protocol with a
-	 * a flexible value and we support all possible values supported
+	 * flexible value and we support all possible values supported
 	 * by TCP, which is at most 15 dwords
 	 */