From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754644AbbCaQFz (ORCPT ); Tue, 31 Mar 2015 12:05:55 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:35193 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754437AbbCaQFv (ORCPT ); Tue, 31 Mar 2015 12:05:51 -0400 Message-ID: <551AC5D9.6080805@redhat.com> Date: Tue, 31 Mar 2015 18:05:45 +0200 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Joe Perches , linux-kernel@vger.kernel.org, Gleb Natapov CC: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH 11/25] x86: Use bool function return values of true/false not 1/0 References: <9f593eb2f43b456851cd73f7ed09654ca58fb570.1427759009.git.joe@perches.com> In-Reply-To: <9f593eb2f43b456851cd73f7ed09654ca58fb570.1427759009.git.joe@perches.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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