Blob Blame History Raw
From: Jilin Yuan <yuanjilin@cdjrlc.com>
Date: Wed, 29 Jun 2022 22:03:52 +0800
Subject: intel/iavf:fix repeated words in comments
Patch-mainline: v6.0-rc1
Git-commit: afdc8a54e29778df05be620890d8037fa587e6df
References: jsc#PED-835

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/iavf/iavf_main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/ethernet/intel/iavf/iavf_main.c
+++ b/drivers/net/ethernet/intel/iavf/iavf_main.c
@@ -4241,7 +4241,7 @@ static netdev_features_t iavf_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
 	 */