aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_core.c
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 17:51:55 +0530
committerDavid S. Miller <davem@davemloft.net>2021-03-22 13:17:49 -0700
commitaa785f93fcb4e8c66f5d3de88cd7626774f13c1d (patch)
treede12131d35f7baeecf13d94f8693ee36f1a4dcfb /net/l2tp/l2tp_core.c
parentmisdn: avoid -Wempty-body warning (diff)
downloadlinux-dev-aa785f93fcb4e8c66f5d3de88cd7626774f13c1d.tar.xz
linux-dev-aa785f93fcb4e8c66f5d3de88cd7626774f13c1d.zip
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>
Diffstat (limited to 'net/l2tp/l2tp_core.c')
-rw-r--r--net/l2tp/l2tp_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 203890e378cb..2ee20743cb41 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -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));