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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD147C43217 for ; Fri, 14 Oct 2022 08:29:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229560AbiJNI3d (ORCPT ); Fri, 14 Oct 2022 04:29:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbiJNI3b (ORCPT ); Fri, 14 Oct 2022 04:29:31 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 425871C25D2; Fri, 14 Oct 2022 01:29:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=gD39mBbo0s0UHYxPnZ34EfcXGTw8rckrJNocMHrWBSw=; b=UgSEIjRpo8QQ6VdXqqsR63zRgt ylKpQJPUyweLufskIjrb8gvM9b78nEcOO4QtONDjOoOuZYqGod6cnJAxyrumh86ggF4OLWXjhjgjp I3+vtCg5SbKRSCOJXJX3APOHORxYj46N64JOnsb/Tz4DFhP6Lq40frO/3PrbLcVBdReVPwATApgyA zvxE0q/yo9L75twoJikwyaAQsRToWyjQJ5NyEpC/kbx977dn8mPKRTh42grM7XmaQeuQYd/nYs9mR NqudyS26pk8TArNtJU1Ulqu5dkJb2VwCNZgRJ4vHic1LlLtYq+0J3Os9xMF8ZItYmWaqSLGCneW0l RLZtuGTQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ojG3p-007TAC-90; Fri, 14 Oct 2022 08:28:53 +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 (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 1BEC930012F; Fri, 14 Oct 2022 10:28:46 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id D31C6203CF67F; Fri, 14 Oct 2022 10:28:46 +0200 (CEST) Date: Fri, 14 Oct 2022 10:28:46 +0200 From: Peter Zijlstra To: Leonardo Bras Cc: Steffen Klassert , Herbert Xu , "David S. Miller" , Bjorn Helgaas , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Valentin Schneider , Tejun Heo , Lai Jiangshan , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Frederic Weisbecker , Phil Auld , Antoine Tenart , Christophe JAILLET , Wang Yufen , mtosatti@redhat.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2 1/4] sched/isolation: Fix style issues reported by checkpatch Message-ID: References: <20221013184028.129486-1-leobras@redhat.com> <20221013184028.129486-2-leobras@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221013184028.129486-2-leobras@redhat.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 13, 2022 at 03:40:26PM -0300, Leonardo Bras wrote: > scripts/checkpatch.pl warns about: > - extern prototypes should be avoided in .h files Checkpatch is wrong... :-) (and yeah, I know the opinions on extern are divided, but I like it)