Skip to content

Commit

Permalink
net: dsa: Fix a typo in tag_rtl4_a.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lu Wei authored and David S. Miller committed Mar 26, 2021
1 parent e51443d commit 952a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dsa/tag_rtl4_a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 952a67f

Please sign in to comment.