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 C7A97ECAAD1 for ; Thu, 1 Sep 2022 14:22:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234726AbiIAOWl (ORCPT ); Thu, 1 Sep 2022 10:22:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234254AbiIAOWN (ORCPT ); Thu, 1 Sep 2022 10:22:13 -0400 Received: from smtp-fw-33001.amazon.com (smtp-fw-33001.amazon.com [207.171.190.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B101872FDE; Thu, 1 Sep 2022 07:22:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1662042130; x=1693578130; h=message-id:date:mime-version:to:cc:references:from: in-reply-to:content-transfer-encoding:subject; bh=j54X/ITS6tgzqC3T+IugH3QtlmM6KAu5Ywq09+fA7VY=; b=io9KztNusIB3QiqRLURWBnH4fonj0tBAvK5ZsdKPBP11mWmhEe/XKxRC HrE4vvMc0K5XrNQt1gU8g056UVXVVcFOHiEYejH/49zeCFbPjUGFRTDXu cVEF/Ue28fVl266HBII0J5lKdiLY4NB+RdkS/xGnaN4uCCIdJX8EfekBA M=; X-IronPort-AV: E=Sophos;i="5.93,281,1654560000"; d="scan'208";a="222658418" Subject: Re: [PATCH v3 19/19] hwmon: (mr75203) fix coding style space errors Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-iad-1e-fc41acad.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-33001.sea14.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 14:21:52 +0000 Received: from EX13MTAUWB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-iad-1e-fc41acad.us-east-1.amazon.com (Postfix) with ESMTPS id CB081C09A1; Thu, 1 Sep 2022 14:21:49 +0000 (UTC) Received: from EX19D013UWB003.ant.amazon.com (10.13.138.111) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.38; Thu, 1 Sep 2022 14:21:48 +0000 Received: from EX13MTAUWB001.ant.amazon.com (10.43.161.207) by EX19D013UWB003.ant.amazon.com (10.13.138.111) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1118.12; Thu, 1 Sep 2022 14:21:49 +0000 Received: from [192.168.93.228] (10.85.143.172) by mail-relay.amazon.com (10.43.161.249) with Microsoft SMTP Server id 15.0.1497.38 via Frontend Transport; Thu, 1 Sep 2022 14:21:43 +0000 Message-ID: <0074475d-04bc-153a-2df8-dd5f7d014c97@amazon.com> Date: Thu, 1 Sep 2022 17:21:43 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Content-Language: en-US To: Andy Shevchenko CC: , , , , , , , , , , , , , , , , , , , "Farber, Eliav" References: <20220830192212.28570-1-farbere@amazon.com> <20220830192212.28570-20-farbere@amazon.com> From: "Farber, Eliav" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On 8/31/2022 3:15 PM, Andy Shevchenko wrote: > On Tue, Aug 30, 2022 at 07:22:12PM +0000, Eliav Farber wrote: >> Fix: "ERROR: space required before the open parenthesis '('" > > This patch may have other fixes like adding new blank lines (noted in one > of the patches in the series), etc. This patch fixed a specific space error which existed before my changes and repeated many time. I fixed the blank line I added a previous patch (but is it isn’t an error reported by checkpatch). -- Regards, Eliav