[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1424222414.25416.21.camel@perches.com>
Date: Tue, 17 Feb 2015 17:20:14 -0800
From: Joe Perches <joe@...ches.com>
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: netfilter-devel <netfilter-devel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH net-next] netfilter: Remove uses of return value of
seq_printf/puts/putc
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()";
--
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