aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/reassembly.c
diff options
context:
space:
mode:
authorSu Yanjun <suyj.fnst@cn.fujitsu.com>2018-12-29 14:07:55 -0500
committerDavid S. Miller <davem@davemloft.net>2018-12-30 13:02:46 -0800
commit7f334a7e1ae113212e39aafba51352ea9ab8c9f9 (patch)
treed136ee8eb1f8e4ff560f8129de12f91d58867568 /net/ipv6/reassembly.c
parentipv4: fib_rules: Fix possible infinite loop in fib_empty_table (diff)
downloadlinux-dev-7f334a7e1ae113212e39aafba51352ea9ab8c9f9.tar.xz
linux-dev-7f334a7e1ae113212e39aafba51352ea9ab8c9f9.zip
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>
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r--net/ipv6/reassembly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c
index a5bb59ee50ac..36a3d8dc61f5 100644
--- a/net/ipv6/reassembly.c
+++ b/net/ipv6/reassembly.c
@@ -210,7 +210,7 @@ found:
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;