From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 11/25] x86: Use bool function return values of true/false not 1/0 Date: Tue, 31 Mar 2015 18:05:45 +0200 Message-ID: <551AC5D9.6080805@redhat.com> References: <9f593eb2f43b456851cd73f7ed09654ca58fb570.1427759009.git.joe@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, kvm@vger.kernel.org To: Joe Perches , linux-kernel@vger.kernel.org, Gleb Natapov Return-path: In-Reply-To: <9f593eb2f43b456851cd73f7ed09654ca58fb570.1427759009.git.joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 31/03/2015 01:46, Joe Perches wrote: > Use the normal return values for bool functions > > Signed-off-by: Joe Perches > --- > arch/x86/include/asm/archrandom.h | 2 +- > arch/x86/include/asm/dma-mapping.h | 2 +- > arch/x86/include/asm/kvm_para.h | 2 +- > arch/x86/kvm/cpuid.h | 2 +- > arch/x86/kvm/vmx.c | 72 +++++++++++++++++++------------------- > 5 files changed, 40 insertions(+), 40 deletions(-) Applied arch/x86/include/asm/kvm_para.h and arch/x86/kvm/* parts, thanks. Paolo