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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5A66DC4332F for ; Wed, 23 Nov 2022 08:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Wpk7OxopY+Id5kcL324osoW2FU5DLa2RLtf85wRU+Hg=; b=v9gGzi4gwvmrxQ 5Yj9knCqmxg2JgXN6sQAdhtkxRBQWTVju16SLhsvZ2bHnb8NNVAP00ux3EHKYDR1pgvqwRG2fVuoD WqyUvyYDc7ImYGmgZqrdhT0FJ2+e8xDCLZ4H6qeLidLas2LPqusnQB7wNflXd+TZdmRvXsL8M6sfD EBsVProqu2KbcRr+i98S3O1hWQsbZlgic8PpXexnzI6bh9HsoAgL/X0kHeDEVjzGz2VPkTbYFfNGU yfsWwt6G1VtflqfxLu4HCGJt2bkizPVUzEZMDrvroy1OWm+ppUZjy9snHA0sbfwsNhKY/V57DsCj4 npdWP8qgpbkAJsQ+Za2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oxlLx-00FdRj-U4; Wed, 23 Nov 2022 08:43:34 +0000 Received: from msg-4.mailo.com ([213.182.54.15]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oxlLt-00FdOo-BB for linux-arm-kernel@lists.infradead.org; Wed, 23 Nov 2022 08:43:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1669192968; bh=uLOM26+lwaPIrO6Zs6MC8yEG8/8f16KuIEX/L4wDxdQ=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=BTd3FVmaD7VTxwWhGCH4EW+2+l611V8Q1obsMwlZGHZRPG+4StQJptKKcBy9xrCEf MIULu4p9sz1U5IuczCszswf6ZAZbzjMj+dJzZCMyQr9O7+MGqOt7efcqfsUxpfz9RI Gs3fMHTpzNcv18iS10Q3w5AuDMt/isFkGwuSlPGI= Received: by b-4.in.mailobj.net [192.168.90.14] with ESMTP via ip-206.mailobj.net [213.182.55.206] Wed, 23 Nov 2022 09:42:48 +0100 (CET) X-EA-Auth: ubbihbPvU6XcKue8aJjQx5vs2BZy9A3laF1mVnxiysme4ADLzOM27zwftZNTmbYwiIW2HNw1qffhbet3cGihWIeb/jrQrRZh Date: Wed, 23 Nov 2022 14:12:41 +0530 From: Deepak R Varma To: Lukas Bulwahn Cc: Tommaso Merciai , Steve Longerbeam , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: imx: remove code for non-existing config IMX_GPT_ICAP Message-ID: References: <20221122132330.30408-1-lukas.bulwahn@gmail.com> <20221122160937.GB39395@tom-ThinkPad-T14s-Gen-2i> <20221123082148.GC39395@tom-ThinkPad-T14s-Gen-2i> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221123_004329_541674_DE123C5D X-CRM114-Status: GOOD ( 10.69 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Nov 23, 2022 at 09:24:42AM +0100, Lukas Bulwahn wrote: > On Wed, Nov 23, 2022 at 9:21 AM Tommaso Merciai > wrote: > > > > I see. I usually just run checkpatch.pl on the patch, but do not apply > the patch and run checkpatch on the file. That explains the difference > of observations. Good to know. There is a section "Git post-commit hooks" on this [1] web-link that is useful to configure auto-checkpatch verification at the time of commit. Hope this is useful. [1] https://kernelnewbies.org/Outreachyfirstpatch ./drv > > Lukas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel