projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8589486
)
ndisc: fix a typo in a comment in ndisc_recv_na()
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Wed, 7 Nov 2012 05:05:38 +0000
(
05:05
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 8 Nov 2012 00:03:16 +0000
(19:03 -0500)
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c
patch
|
blob
|
history
diff --git
a/net/ipv6/ndisc.c
b/net/ipv6/ndisc.c
index ae0cf818a8f02f61b6c7a5c4b04193b357d38f19..a2e50dc46dc9cde30ef7473abeef7c4961601784 100644
(file)
--- a/
net/ipv6/ndisc.c
+++ b/
net/ipv6/ndisc.c
@@
-906,7
+906,7
@@
static void ndisc_recv_na(struct sk_buff *skb)
if (lladdr && !memcmp(lladdr, dev->dev_addr, dev->addr_len) &&
net->ipv6.devconf_all->forwarding && net->ipv6.devconf_all->proxy_ndp &&
pneigh_lookup(&nd_tbl, net, &msg->target, dev, 0)) {
- /* XXX: idev->cnf.pr
i
xy_ndp */
+ /* XXX: idev->cnf.pr
o
xy_ndp */
goto out;
}