From: Simon Horman Date: Tue, 9 Apr 2019 07:59:07 +0000 (+0200) Subject: fou: correct spelling of encapsulation X-Git-Tag: v5.4-rc1~1056^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9d52f216922425b56b002100b75de34b62b11a0;p=platform%2Fkernel%2Flinux-rpi.git fou: correct spelling of encapsulation Correct spelling of encapsulation. Found by inspection. Signed-off-by: Simon Horman Signed-off-by: David S. Miller --- diff --git a/net/ipv4/fou.c b/net/ipv4/fou.c index 100e63f..d2a2f32 100644 --- a/net/ipv4/fou.c +++ b/net/ipv4/fou.c @@ -136,7 +136,7 @@ static int gue_udp_recv(struct sock *sk, struct sk_buff *skb) break; case 1: { - /* Direct encasulation of IPv4 or IPv6 */ + /* Direct encapsulation of IPv4 or IPv6 */ int prot; @@ -1137,7 +1137,7 @@ static int gue_err(struct sk_buff *skb, u32 info) case 0: /* Full GUE header present */ break; case 1: { - /* Direct encasulation of IPv4 or IPv6 */ + /* Direct encapsulation of IPv4 or IPv6 */ skb_set_transport_header(skb, -(int)sizeof(struct icmphdr)); switch (((struct iphdr *)guehdr)->version) {