Skip to content
Snippets Groups Projects
Commit 7f334a7e authored by Su Yanjun's avatar Su Yanjun Committed by David S. Miller
Browse files

ipv6: fix typo in net/ipv6/reassembly.c

parent 58075ff5
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,
if (next && next->ip_defrag_offset < end)
goto discard_fq;
/* Note : skb->ip_defrag_offset and skb->dev share the same location */
/* Note : skb->ip_defrag_offset and skb->sk share the same location */
dev = skb->dev;
if (dev)
fq->iif = dev->ifindex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment