From: Wenhua Shi Date: Sat, 14 Oct 2017 16:51:36 +0000 (+0200) Subject: net: fix typo in skbuff.c X-Git-Tag: v4.14-rc6~11^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09001b03f722be96827bf8df5ba4d48b7ec0cc30;p=platform%2Fkernel%2Flinux-rpi.git net: fix typo in skbuff.c Signed-off-by: David S. Miller --- diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 16982de..e62476b 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -1896,7 +1896,7 @@ void *__pskb_pull_tail(struct sk_buff *skb, int delta) } /* If we need update frag list, we are in troubles. - * Certainly, it possible to add an offset to skb data, + * Certainly, it is possible to add an offset to skb data, * but taking into account that pulling is expected to * be very rare operation, it is worth to fight against * further bloating skb head and crucify ourselves here instead.