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 31668ECAAD1 for ; Wed, 31 Aug 2022 12:15:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230456AbiHaMPx (ORCPT ); Wed, 31 Aug 2022 08:15:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230437AbiHaMPr (ORCPT ); Wed, 31 Aug 2022 08:15:47 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE29190C7E; Wed, 31 Aug 2022 05:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661948145; x=1693484145; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=9/K4sY/ISZj7uQoVHgNrvGLV0hnzb2nkflnj/eF3v+c=; b=g8Ux43FfUUF8YjmZLDZkdDwNH+MJrPlw2CnS4l+Ri9fQLeIJRGwPbtl0 kwa4qin+2D7uHXR9qcBX3erDCObVZe4/oFhMABtOmU6SKa6IUOAny96Rt ELjFIBCIWMUQBnxADJkPQxe14+MTZSEkOQAfsiHG3PdEVjUj7Fv31atR4 NPH6YCKUovFoG/UiZdyrYpbxpm5UsuoaceDppOqoiA2LPrKxorAYbVVYC T2znA/IouzxBBEGvXzzgzwQnpL216B1YgFbZkG1DWK/gZTqPyOqEKRsdC Bf6W1vdydqu5hOEZBKWCC2REjDpLlEnBmKnlxqG0jvHExyTK+No8k6USG A==; X-IronPort-AV: E=McAfee;i="6500,9779,10455"; a="381729293" X-IronPort-AV: E=Sophos;i="5.93,277,1654585200"; d="scan'208";a="381729293" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 05:15:45 -0700 X-IronPort-AV: E=Sophos;i="5.93,277,1654585200"; d="scan'208";a="589009146" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 05:15:38 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oTMd5-006MuA-0b; Wed, 31 Aug 2022 15:15:35 +0300 Date: Wed, 31 Aug 2022 15:15:34 +0300 From: Andy Shevchenko To: Eliav Farber Cc: jdelvare@suse.com, linux@roeck-us.net, robh+dt@kernel.org, p.zabel@pengutronix.de, rtanwar@maxlinear.com, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, talel@amazon.com, hhhawa@amazon.com, jonnyc@amazon.com, hanochu@amazon.com, ronenk@amazon.com, itamark@amazon.com, shellykz@amazon.com, shorer@amazon.com, amitlavi@amazon.com, almogbs@amazon.com, dkl@amazon.com, rahul.tanwar@linux.intel.com Subject: Re: [PATCH v3 19/19] hwmon: (mr75203) fix coding style space errors Message-ID: References: <20220830192212.28570-1-farbere@amazon.com> <20220830192212.28570-20-farbere@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220830192212.28570-20-farbere@amazon.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org 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. -- With Best Regards, Andy Shevchenko