diff mbox series

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

Message ID 1546110476-20058-1-git-send-email-suyj.fnst@cn.fujitsu.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series ipv6: fix typo in net/ipv6/reassembly.c | expand

Commit Message

Su Yanjun Dec. 29, 2018, 7:07 p.m. UTC
Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>
---
 net/ipv6/reassembly.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Dec. 30, 2018, 9:03 p.m. UTC | #1
From: Su Yanjun <suyj.fnst@cn.fujitsu.com>
Date: Sat, 29 Dec 2018 14:07:55 -0500

> Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>

Applied.
diff mbox series

Patch

diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c
index a5bb59e..36a3d8d 100644
--- a/net/ipv6/reassembly.c
+++ b/net/ipv6/reassembly.c
@@ -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;