Skip to content

Commit

Permalink
ipv6: fix typo in net/ipv6/reassembly.c
Browse files Browse the repository at this point in the history
Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Su Yanjun authored and David S. Miller committed Dec 30, 2018
1 parent 58075ff commit 7f334a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f334a7

Please sign in to comment.