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

Commit 285276e7 authored by Tobias Klauser's avatar Tobias Klauser Committed by David S. Miller
Browse files

trivial: net: filter: Fix typo in comment

parent b9111328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1382,7 +1382,7 @@ static struct sk_filter *__sk_migrate_realloc(struct sk_filter *fp,
	fp_new = sock_kmalloc(sk, len, GFP_KERNEL);
	if (fp_new) {
		*fp_new = *fp;
		/* As we're kepping orig_prog in fp_new along,
		/* As we're keeping orig_prog in fp_new along,
		 * we need to make sure we're not evicting it
		 * from the old fp.
		 */