From: Joe Perches <joe@perches.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel <netfilter-devel@vger.kernel.org>,
netdev <netdev@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net-next] netfilter: Remove uses of return value of seq_printf/puts/putc
Date: Tue, 17 Feb 2015 17:20:14 -0800 [thread overview]
Message-ID: <1424222414.25416.21.camel@perches.com> (raw)
In-Reply-To: <1424136309.8287.8.camel@perches.com>
On Mon, 2015-02-16 at 17:25 -0800, Joe Perches wrote:
> These functions are soon going to return void so remove the
> return value uses.
>
> Convert the return value to test seq_has_overflowed() instead.
(sorry 'bout that, overly sensitive mouse)
Please do not apply.
These need conversions to "return 0"
not "return seq_has_overflowed()";
prev parent reply other threads:[~2015-02-18 1:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-17 1:25 [PATCH net-next] netfilter: Remove uses of return value of seq_printf/puts/putc Joe Perches
2015-02-18 1:19 ` Joe Perches
2015-02-18 1:20 ` Joe Perches [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=1424222414.25416.21.camel@perches.com \
--to=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.