From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA130C432BE for ; Tue, 24 Aug 2021 14:43:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0EB06127B for ; Tue, 24 Aug 2021 14:43:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237900AbhHXOoO (ORCPT ); Tue, 24 Aug 2021 10:44:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237801AbhHXOoH (ORCPT ); Tue, 24 Aug 2021 10:44:07 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCE58C061757 for ; Tue, 24 Aug 2021 07:43:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=C+HHO6xh5P+m9CtfF749Nx2HnFWM0I1tulwvdN8dN7o=; b=nIBNcvqo4iROUGsGcjj52aiOkO KF0Q00MVn9Bb8i/khlGOAZRfr662PdiYGvEvLqXHokaKNuyrQp5GGQJ+znbsaxnUXNFYKquJPHsMR QFwppMJNyvTYN+zFnjbs7/10Unfh8T3IUoFZ2oa+tkg9zM+zHJNWrG4NFRdmmSfCB5YXh0n5SPoSP dZlwtp65204hNsxI+OCsi3sjoQGC+BbUk95UYgGScLrwoPsGK+mLZizx09L1fNvvW7fI6D3ir8QJV dl/pFxWl5hMvYjg/laMZkpo16v1PlX4vAWG5UxITXky33UVaYqs3h+OotaSgWYAQAvxB3b5bXAIlq 0SxWIVyg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIXdp-00CcEj-Kz; Tue, 24 Aug 2021 14:43:05 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 6E4AC30018A; Tue, 24 Aug 2021 16:43:03 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 374A42C5E0D9B; Tue, 24 Aug 2021 16:43:03 +0200 (CEST) Date: Tue, 24 Aug 2021 16:43:03 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: CGEL , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org, Jing Yangyang , Zeal Robot Subject: Re: [PATCH linux-next] kernel:fair: fix boolreturn.cocci warnings Message-ID: References: <20210824062359.59474-1-deng.changcheng@zte.com.cn> <20210824094128.58898319@oasis.local.home> <20210824094244.2a7ebe0f@oasis.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210824094244.2a7ebe0f@oasis.local.home> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 24, 2021 at 09:42:44AM -0400, Steven Rostedt wrote: > On Tue, 24 Aug 2021 09:41:28 -0400 > Steven Rostedt wrote: > > > Doesn't hurt to just take the patch and then you wont have to spend > > time on new robots flagging this as a "bug". > > Or if you don't want to give credit to theses silly robots, just go > through the code yourself, and make one big cleanup. It's really > trivial work. I fundamentally disagree with the patches. 0 is a perfectly fine spelling of false. And if they'd spend half a minute using google, I'm sure they would have found me proclaiming as such. Why should I waste time on people that can't be arsed to do their homework?