aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@netronome.com>2019-04-09 09:59:07 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-10 22:47:40 -0700
commitc9d52f216922425b56b002100b75de34b62b11a0 (patch)
tree95ed8ec1d20d29095c972a36adcb332e922a5d6a /net
parentMerge branch 'net-sched-taprio-fix-picos_per_byte-miscalculation' (diff)
downloadlinux-dev-c9d52f216922425b56b002100b75de34b62b11a0.tar.xz
linux-dev-c9d52f216922425b56b002100b75de34b62b11a0.zip
fou: correct spelling of encapsulation
Correct spelling of encapsulation. Found by inspection. Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/fou.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/fou.c b/net/ipv4/fou.c
index 100e63f57ea6..d2a2f3258e4b 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) {