projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58075ff
)
ipv6: fix typo in net/ipv6/reassembly.c
author
Su Yanjun
<suyj.fnst@cn.fujitsu.com>
Sat, 29 Dec 2018 19:07:55 +0000
(14:07 -0500)
committer
David S. Miller
<davem@davemloft.net>
Sun, 30 Dec 2018 21:02:46 +0000
(13:02 -0800)
Signed-off-by: Su Yanjun <suyj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/reassembly.c
patch
|
blob
|
history
diff --git
a/net/ipv6/reassembly.c
b/net/ipv6/reassembly.c
index
a5bb59e
..
36a3d8d
100644
(file)
--- 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;