[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071208.101354.18036989.yoshfuji@linux-ipv6.org>
Date: Sat, 08 Dec 2007 10:13:54 -0800 (PST)
From: YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@...ux-ipv6.org>
To: acme@...hat.com, davem@...emloft.net
Cc: yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org
Subject: Re: [PATCH][NET]: Finish removing unused "mibalign" argument for
snmp_mib_init().
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>
--yoshfuji
--
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