From: Nicolas Dichtel Date: Wed, 7 Nov 2012 05:05:38 +0000 (+0000) Subject: ndisc: fix a typo in a comment in ndisc_recv_na() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b20b6d972624ff024023012e38a067cb5086270e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ndisc: fix a typo in a comment in ndisc_recv_na() Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index ae0cf818a8f0..a2e50dc46dc9 100644 --- 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.prixy_ndp */ + /* XXX: idev->cnf.proxy_ndp */ goto out; }