mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-31 19:45:21 +00: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;
|
||||
int length;
|
||||
|
||||
/* UDP has verifed checksum */
|
||||
/* UDP has verified checksum */
|
||||
|
||||
/* UDP always verifies the packet length. */
|
||||
__skb_pull(skb, sizeof(struct udphdr));
|
||||
|
|
Loading…
Add table
Reference in a new issue