Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09001b03 authored by Wenhua Shi's avatar Wenhua Shi Committed by David S. Miller
Browse files

net: fix typo in skbuff.c

parent b9849860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.