From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753979AbcGZBPp (ORCPT ); Mon, 25 Jul 2016 21:15:45 -0400 Received: from ozlabs.org ([103.22.144.67]:41995 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753755AbcGZBPm (ORCPT ); Mon, 25 Jul 2016 21:15:42 -0400 From: Michael Ellerman To: Andrew Morton Cc: chengang@emindsoft.com.cn, benh@kernel.crashing.org, paulus@samba.org, dave.hansen@linux.intel.com, tglx@linutronix.de, mingo@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Chen Gang Subject: Re: [PATCH v2] include: mman: Use bool instead of int for the return value of arch_validate_prot In-Reply-To: <20160725170859.1be58d7f19b72a0340ee65c7@linux-foundation.org> References: <1469331815-2026-1-git-send-email-chengang@emindsoft.com.cn> <8737my1exd.fsf@concordia.ellerman.id.au> <20160725170859.1be58d7f19b72a0340ee65c7@linux-foundation.org> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Tue, 26 Jul 2016 11:15:40 +1000 Message-ID: <87vaztrygz.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > On Mon, 25 Jul 2016 15:10:06 +1000 Michael Ellerman wrote: >> chengang@emindsoft.com.cn writes: >> > From: Chen Gang >> > >> > For pure bool function's return value, bool is a little better more or >> > less than int. >> > >> > Signed-off-by: Chen Gang >> >> LGTM. >> >> Acked-by: Michael Ellerman >> >> Andrew do you want to take this or should I? > > I grabbed it, thanks. Thanks.