From: David Miller <davem@davemloft.net>
To: yoshfuji@linux-ipv6.org
Cc: acme@redhat.com, netdev@vger.kernel.org
Subject: Re: [PATCH][NET]: Finish removing unused "mibalign" argument for snmp_mib_init().
Date: Sun, 09 Dec 2007 00:27:33 -0800 (PST) [thread overview]
Message-ID: <20071209.002733.62175650.davem@davemloft.net> (raw)
In-Reply-To: <20071208.101354.18036989.yoshfuji@linux-ipv6.org>
From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Date: Sat, 08 Dec 2007 10:13:54 -0800 (PST)
> Hello.
>
> In article <20071208175532.GE3180@ghostprotocols.net> (at Sat, 8 Dec 2007 15:55:34 -0200), Arnaldo Carvalho de Melo <acme@redhat.com> says:
>
> > Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.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@linux-ipv6.org>
Applied, thanks.
prev parent reply other threads:[~2007-12-09 8:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-08 8:41 [PATCH] [NET]: Remove unused "mibalign" argument for snmp_mib_init() YOSHIFUJI Hideaki / 吉藤英明
2007-12-08 8:41 ` David Miller
2007-12-08 17:55 ` [PATCH][NET]: Finish removing " Arnaldo Carvalho de Melo
2007-12-08 18:13 ` YOSHIFUJI Hideaki / 吉藤英明
2007-12-09 8:27 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071209.002733.62175650.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=acme@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).