mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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:
parent
13e8c216d2
commit
aa785f93fc
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue