net: l2tp: Fix a typo
s/verifed/verified/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
13e8c216d2
commit
aa785f93fc
@@ -802,7 +802,7 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb)
|
|||||||
u16 version;
|
u16 version;
|
||||||
int length;
|
int length;
|
||||||
|
|
||||||
/* UDP has verifed checksum */
|
/* UDP has verified checksum */
|
||||||
|
|
||||||
/* UDP always verifies the packet length. */
|
/* UDP always verifies the packet length. */
|
||||||
__skb_pull(skb, sizeof(struct udphdr));
|
__skb_pull(skb, sizeof(struct udphdr));
|
||||||
|
|||||||
Reference in New Issue
Block a user