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 ED8C7C04A68 for ; Wed, 27 Jul 2022 06:50:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229647AbiG0Gu2 (ORCPT ); Wed, 27 Jul 2022 02:50:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbiG0Gtu (ORCPT ); Wed, 27 Jul 2022 02:49:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 747E4C58 for ; Tue, 26 Jul 2022 23:47:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 073A76148F for ; Wed, 27 Jul 2022 06:47:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 017A0C433C1; Wed, 27 Jul 2022 06:47:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658904466; bh=JfWQUy6Pmm4vrfUtuYPgkbRGh2vrMnsBsWln3MJW0M8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j2+W2kGCqKIoeTAj+fkWzxsKkdDzmbvxBT5nFiYpbvFsObGm1L4M+FNEbEFsnHAjU +JmwSy5fiSwO1yEIAdMq00XxN7QCSpsc28RDHv7CiNpJpxPxoHZhoBlEzS7yZx2slp WuUgLrmGGJ2rXhVaz+IZk5m0gssxFP5yJTMGfncM= Date: Wed, 27 Jul 2022 08:47:43 +0200 From: Greg Kroah-Hartman To: Philipp Hortmann Cc: Forest Bond , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] staging: vt6655: Rename byOrgValue to reg_value in a macro Message-ID: References: <83920d919acd7596488943182f37132e479d70f4.1658333350.git.philipp.g.hortmann@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83920d919acd7596488943182f37132e479d70f4.1658333350.git.philipp.g.hortmann@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 20, 2022 at 06:24:32PM +0200, Philipp Hortmann wrote: > Fix name of a variable in a macro that uses CamelCase which is not > accepted by checkpatch.pl Why rename something you are about to delete in a later patch? thanks, greg k-h