* [PATCH] IPv6: Fix up some CONFIG typos
@ 2007-01-30 16:04 Neil Horman
2007-01-30 22:30 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Neil Horman @ 2007-01-30 16:04 UTC (permalink / raw)
To: davem; +Cc: netdev, nhorman
Hey-
Noticed some typos in some configurable options while going through the
IPv6 code. Patch attached to clean them up.
Thanks & Regards
Neil
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
addrconf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 171e5b5..7b6cfa9 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -3387,7 +3387,7 @@ static void inline ipv6_store_devconf(struct ipv6_devconf *cnf,
#ifdef CONFIG_IPV6_ROUTER_PREF
array[DEVCONF_ACCEPT_RA_RTR_PREF] = cnf->accept_ra_rtr_pref;
array[DEVCONF_RTR_PROBE_INTERVAL] = cnf->rtr_probe_interval;
-#ifdef CONFIV_IPV6_ROUTE_INFO
+#ifdef CONFIG_IPV6_ROUTE_INFO
array[DEVCONF_ACCEPT_RA_RT_INFO_MAX_PLEN] = cnf->accept_ra_rt_info_max_plen;
#endif
#endif
@@ -3892,7 +3892,7 @@ static struct addrconf_sysctl_table
.proc_handler = &proc_dointvec_jiffies,
.strategy = &sysctl_jiffies,
},
-#ifdef CONFIV_IPV6_ROUTE_INFO
+#ifdef CONFIG_IPV6_ROUTE_INFO
{
.ctl_name = NET_IPV6_ACCEPT_RA_RT_INFO_MAX_PLEN,
.procname = "accept_ra_rt_info_max_plen",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] IPv6: Fix up some CONFIG typos
2007-01-30 16:04 [PATCH] IPv6: Fix up some CONFIG typos Neil Horman
@ 2007-01-30 22:30 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-01-30 22:30 UTC (permalink / raw)
To: nhorman; +Cc: netdev
From: Neil Horman <nhorman@tuxdriver.com>
Date: Tue, 30 Jan 2007 11:04:11 -0500
> Hey-
> Noticed some typos in some configurable options while going through the
> IPv6 code. Patch attached to clean them up.
>
> Thanks & Regards
> Neil
>
>
> Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Good spotting Neil, patch applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-30 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-30 16:04 [PATCH] IPv6: Fix up some CONFIG typos Neil Horman
2007-01-30 22:30 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).