Skip to content

Commit 7f334a7

Browse files
suyj-fnstdavem330
authored andcommitted
ipv6: fix typo in net/ipv6/reassembly.c
Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 58075ff commit 7f334a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/reassembly.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,
210210
if (next && next->ip_defrag_offset < end)
211211
goto discard_fq;
212212

213-
/* Note : skb->ip_defrag_offset and skb->dev share the same location */
213+
/* Note : skb->ip_defrag_offset and skb->sk share the same location */
214214
dev = skb->dev;
215215
if (dev)
216216
fq->iif = dev->ifindex;

0 commit comments

Comments
 (0)