diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-29 17:03:52 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 21:00:07 +0300 |
commit | afdc8a54e29778df05be620890d8037fa587e6df (patch) | |
tree | 5369892b15bb77ee7a54174e98a44870cacc9eb9 /drivers/net/ethernet/intel/iavf | |
parent | 09f85edd98e27ccd95382de10a3be09a2056ec16 (diff) | |
download | linux-afdc8a54e29778df05be620890d8037fa587e6df.tar.xz |
intel/iavf:fix repeated words in comments
Delete the redundant word 'a'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/iavf')
-rw-r--r-- | drivers/net/ethernet/intel/iavf/iavf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c b/drivers/net/ethernet/intel/iavf/iavf_main.c index 541103909ef4..69ade653f5d4 100644 --- a/drivers/net/ethernet/intel/iavf/iavf_main.c +++ b/drivers/net/ethernet/intel/iavf/iavf_main.c @@ -4250,7 +4250,7 @@ static netdev_features_t iavf_features_check(struct sk_buff *skb, } /* 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 */ |