From: Wang Hai Date: Wed, 24 Mar 2021 06:22:24 +0000 (+0800) Subject: 6lowpan: Fix some typos in nhc_udp.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da1da87fa7fcf55871635f3f545c3b2932019213;p=uclinux-h8%2Flinux.git 6lowpan: Fix some typos in nhc_udp.c s/Orignal/Original/ s/infered/inferred/ Reported-by: Hulk Robot Signed-off-by: Wang Hai Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/6lowpan/nhc_udp.c b/net/6lowpan/nhc_udp.c index 8a3507524f7b..33f17bd8cda7 100644 --- a/net/6lowpan/nhc_udp.c +++ b/net/6lowpan/nhc_udp.c @@ -5,7 +5,7 @@ * Authors: * Alexander Aring * - * Orignal written by: + * Original written by: * Alexander Smirnov * Jon Smirl */ @@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed) if (fail) return -EINVAL; - /* UDP length needs to be infered from the lower layers + /* UDP length needs to be inferred from the lower layers * here, we obtain the hint from the remaining size of the * frame */