aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/macsec
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-06-25 15:15:58 +0800
committerJakub Kicinski <kuba@kernel.org>2022-06-27 22:06:18 -0700
commit63769819079d87dc322fefaf981589e227de2978 (patch)
tree688997f51ca38a70fbc0f23a3790cce35266a066 /drivers/net/ethernet/aquantia/atlantic/macsec
parentamd/xgbe: fix repeated words in comments (diff)
downloadlinux-dev-63769819079d87dc322fefaf981589e227de2978.tar.xz
linux-dev-63769819079d87dc322fefaf981589e227de2978.zip
net: atlantic:fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220625071558.3852-1-yuanjilin@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/macsec')
-rw-r--r--drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h b/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h
index b6119dcc3bb9..c2fda80fe1cc 100644
--- a/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h
+++ b/drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h
@@ -158,7 +158,7 @@ struct aq_mss_egress_class_record {
* 1: compare the SNAP header.
* If this bit is set to 1, the extracted filed will assume the
* SNAP header exist as encapsulated in 802.3 (RFC 1042). I.E. the
- * next 5 bytes after the the LLC header is SNAP header.
+ * next 5 bytes after the LLC header is SNAP header.
*/
u32 snap_mask;
/*! 0: don't care and no LLC header exist.
@@ -422,7 +422,7 @@ struct aq_mss_ingress_preclass_record {
* 1: compare the SNAP header.
* If this bit is set to 1, the extracted filed will assume the
* SNAP header exist as encapsulated in 802.3 (RFC 1042). I.E. the
- * next 5 bytes after the the LLC header is SNAP header.
+ * next 5 bytes after the LLC header is SNAP header.
*/
u32 snap_mask;
/*! Mask is per-byte.