net: atlantic:fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Sat, 25 Jun 2022 07:15:58 +0000 (15:15 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 28 Jun 2022 05:06:18 +0000 (22:06 -0700)
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>
drivers/net/ethernet/aquantia/atlantic/macsec/macsec_struct.h

index b6119dc..c2fda80 100644 (file)
@@ -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.