[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071209.002733.62175650.davem@davemloft.net>
Date: Sun, 09 Dec 2007 00:27:33 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: yoshfuji@...ux-ipv6.org
Cc: acme@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH][NET]: Finish removing unused "mibalign" argument for
snmp_mib_init().
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@...ux-ipv6.org>
Date: Sat, 08 Dec 2007 10:13:54 -0800 (PST)
> Hello.
>
> In article <20071208175532.GE3180@...stprotocols.net> (at Sat, 8 Dec 2007 15:55:34 -0200), Arnaldo Carvalho de Melo <acme@...hat.com> says:
>
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
> >
> > diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
> > index 5ab8ba7..90d2f72 100644
> > --- a/net/ipv6/af_inet6.c
> > +++ b/net/ipv6/af_inet6.c
> > @@ -714,20 +714,19 @@ EXPORT_SYMBOL_GPL(ipv6_opt_accepted);
> >
> > static int __init init_ipv6_mibs(void)
> > {
> > - if (snmp_mib_init((void **)ipv6_statistics, sizeof (struct ipstats_mib),
> > - __alignof__(struct ipstats_mib)) < 0)
> > + if (snmp_mib_init((void **)ipv6_statistics,
> > + sizeof(struct ipstats_mib)) < 0)
> > goto err_ip_mib;
>
> Oops... thanks.
> Acked-by: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists