From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH net-next] xen-netback: use true and false for boolean values Date: Thu, 2 Aug 2018 08:55:43 +0100 Message-ID: <20180802075542.qs4xbuvm66ca5xnt@citrix.com> References: <20180802003101.GA19256@embeddedor.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Wei Liu , Paul Durrant , "David S. Miller" , , , To: "Gustavo A. R. Silva" Return-path: Content-Disposition: inline In-Reply-To: <20180802003101.GA19256@embeddedor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, Aug 01, 2018 at 07:31:01PM -0500, Gustavo A. R. Silva wrote: > Return statements in functions returning bool should use true or false > instead of an integer value. > > This issue was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Wei Liu Thanks for the patch.