From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay.hostedemail.com (smtprelay0161.hostedemail.com [216.40.44.161]) by lists.ozlabs.org (Postfix) with ESMTP id 513791A0E1D for ; Tue, 31 Mar 2015 12:57:55 +1100 (AEDT) Message-ID: <1427767069.14276.42.camel@perches.com> Subject: Re: [PATCH 06/25] powerpc: Use bool function return values of true/false not 1/0 From: Joe Perches To: Benjamin Herrenschmidt Date: Mon, 30 Mar 2015 18:57:49 -0700 In-Reply-To: <1427766549.20500.108.camel@kernel.crashing.org> References: <6d45a6e4596f0b282048fc4b8db9e7f7a19a46e3.1427759009.git.joe@perches.com> <1427766549.20500.108.camel@kernel.crashing.org> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Cc: kvm@vger.kernel.org, Gleb Natapov , linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, Alexander Graf , Paul Mackerras , Paolo Bonzini , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-03-31 at 12:49 +1100, Benjamin Herrenschmidt wrote: > On Mon, 2015-03-30 at 16:46 -0700, Joe Perches wrote: > > Use the normal return values for bool functions > > Acked-by: Benjamin Herrenschmidt > > Should we merge it or will you ? Hey Ben. I don't merge stuff. I just send patches. So, it'll be better if you do it. I'll resend whatever doesn't get picked up in the next couple months on to Andrew Morton. cheers. Joe