From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753848AbbCaIx6 (ORCPT ); Tue, 31 Mar 2015 04:53:58 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:39132 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752372AbbCaIxT (ORCPT ); Tue, 31 Mar 2015 04:53:19 -0400 Date: Tue, 31 Mar 2015 10:53:20 +0200 From: Peter Zijlstra To: Joe Perches Cc: linux-kernel@vger.kernel.org, Ingo Molnar Subject: Re: [PATCH 19/25] sched: Use bool function return values of true/false not 1/0 Message-ID: <20150331085320.GR27490@worktop.programming.kicks-ass.net> References: <93bd3fb8db14c75508f7169840824539a3f89606.1427759010.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93bd3fb8db14c75508f7169840824539a3f89606.1427759010.git.joe@perches.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 30, 2015 at 04:46:17PM -0700, Joe Perches wrote: > Use the normal return values for bool functions > > Update the other sets of ret in try_wait_for_completion. I'm missing a why; why are you doing this?