From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755373AbbCaQqs (ORCPT ); Tue, 31 Mar 2015 12:46:48 -0400 Received: from smtprelay0199.hostedemail.com ([216.40.44.199]:57535 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751933AbbCaQqp (ORCPT ); Tue, 31 Mar 2015 12:46:45 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:967:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2110:2198:2199:2393:2525:2553:2560:2563:2682:2685:2828:2859:2895:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3352:3622:3865:3866:3868:3870:3871:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:5007:6119:6261:7903:8985:9025:9388:10004:10400:10848:11026:11232:11658:11854:11914:12043:12438:12517:12519:12555:12663:12740:12855:13069:13311:13357:13437:14096:14097:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: fork04_3a782e3820402 X-Filterd-Recvd-Size: 1920 Message-ID: <1427820400.10376.23.camel@perches.com> Subject: Re: [PATCH 19/25] sched: Use bool function return values of true/false not 1/0 From: Joe Perches To: Ingo Molnar Cc: Peter Zijlstra , linux-kernel@vger.kernel.org, Ingo Molnar Date: Tue, 31 Mar 2015 09:46:40 -0700 In-Reply-To: <20150331090349.GA16604@gmail.com> References: <93bd3fb8db14c75508f7169840824539a3f89606.1427759010.git.joe@perches.com> <20150331085320.GR27490@worktop.programming.kicks-ass.net> <20150331090349.GA16604@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-03-31 at 11:03 +0200, Ingo Molnar wrote: > * Peter Zijlstra wrote: > > 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? > > Let me guess: Joe Perches is suffering from 'trivialititis': a > sickness that prevents a non-newbie kernel developer from raising > beyond churning out a flood of trivial patches and creating > unnecessary churn for other developers with these borderline useless > patches? Good morning Ingo. As you are a signer of that "code of conflict" patch, I'll be mildly amused, but not surprised, if you are among the first participants. Perhaps you can search for your own name here. http://lwn.net/Articles/637037/ cheers, Joe