Re: [PATCH] netfilter: return booleans instead of integers

From: Pablo Neira Ayuso
Date: Fri Jan 19 2018 - 08:02:23 EST


On Thu, Jan 18, 2018 at 05:25:12PM -0600, Gustavo A. R. Silva wrote:
> Return statements in functions returning bool should use
> true/false instead of 1/0.
>
> These issues were detected with the help of Coccinelle.

Applied, thanks.