From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 6 Aug 2018 11:17:31 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: "Gustavo A. R. Silva" CC: Konrad Rzeszutek Wilk , Boris Ostrovsky , Juergen Gross , Jens Axboe , , , Subject: Re: [PATCH] xen-blkfront: use true and false for boolean values Message-ID: <20180806091731.tnyjv6d2e4tyl7uk@mac> References: <20180805000859.GA20132@embeddedor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: <20180805000859.GA20132@embeddedor.com> Return-Path: roger.pau@citrix.com List-ID: On Sat, Aug 04, 2018 at 07:08:59PM -0500, Gustavo A. R. Silva wrote: > Return statements in functions returning bool should use true or false > instead of an integer value. > > This code was detected with the help of Coccinelle. > > Signed-off-by: Gustavo A. R. Silva Acked-by: Roger Pau Monn� Thanks, Roger.