Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / net / dsa / tag_brcm.c
index 96dbb8e..16889ea 100644 (file)
@@ -34,7 +34,7 @@
 /* Newer Broadcom tag (4 bytes) */
 #define BRCM_TAG_LEN   4
 
-/* Tag is constructed and desconstructed using byte by byte access
+/* Tag is constructed and deconstructed using byte by byte access
  * because the tag is placed after the MAC Source Address, which does
  * not make it 4-bytes aligned, so this might cause unaligned accesses
  * on most systems where this is used.
@@ -103,7 +103,7 @@ static struct sk_buff *brcm_tag_xmit_ll(struct sk_buff *skb,
 
        brcm_tag = skb->data + offset;
 
-       /* Set the ingress opcode, traffic class, tag enforcment is
+       /* Set the ingress opcode, traffic class, tag enforcement is
         * deprecated
         */
        brcm_tag[0] = (1 << BRCM_OPCODE_SHIFT) |