summaryrefslogtreecommitdiff
path: root/net/dsa
diff options
context:
space:
mode:
authorLu Wei <luwei32@huawei.com>2021-03-25 14:38:24 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-25 17:05:08 -0700
commit952a67f6f6a80ea5b2dae7f433ffc3cd55f8f8b3 (patch)
tree3513c4045864b6ffbc6437a902b517399d63eb00 /net/dsa
parente51443d54b4e6a2793c55d82fd04b79fbc8ba4d5 (diff)
net: dsa: Fix a typo in tag_rtl4_a.c
Modify "Apparantly" to "Apparently" in net/dsa/tag_rtl4_a.c.. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
-rw-r--r--net/dsa/tag_rtl4_a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/tag_rtl4_a.c b/net/dsa/tag_rtl4_a.c
index e9176475bac8..cf8ac316f4c7 100644
--- a/net/dsa/tag_rtl4_a.c
+++ b/net/dsa/tag_rtl4_a.c
@@ -79,7 +79,7 @@ static struct sk_buff *rtl4a_tag_rcv(struct sk_buff *skb,
/* The RTL4 header has its own custom Ethertype 0x8899 and that
* starts right at the beginning of the packet, after the src
- * ethernet addr. Apparantly skb->data always points 2 bytes in,
+ * ethernet addr. Apparently skb->data always points 2 bytes in,
* behind the Ethertype.
*/
tag = skb->data - 2;