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 D1868C41513 for ; Tue, 15 Aug 2023 14:58:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237796AbjHOO6Y (ORCPT ); Tue, 15 Aug 2023 10:58:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237875AbjHOO6U (ORCPT ); Tue, 15 Aug 2023 10:58:20 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A72698; Tue, 15 Aug 2023 07:58:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692111500; x=1723647500; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=hE2Z7EIx9lPTY/TXevj9JFdznE6dRVYWEq750m4r8U8=; b=ZZbgsT3moijXVESbXXWWYw6xUWwFsNEesoV0xRskDzzU6nYSy/tAun7g h0cw7uIR5KUfN8K+/Vpe8ttGMokfTbbnGwhKmgjE50nC3abnqiHgvwrhm weXmiIBkZg/VZ5yfhyVDeuxLZbtv6SoP243ctTyrNQ6pBbLjFu27RUMvs 8zjhZXStNbEUFXMfMhNqhhkv9a50shOFEt8IhKX5pTFz5cqYIAzRQNLh1 yVlUD/hvzonAtMlErVWKToMid2lbVC7ZxvtfB1X9WpMDOj7iAx8JiNmZ4 nDSO/q9N5JuppPYIPKyUWBvy4mSSkvSmfLhmygSiT7gO03qQgp3Z54kFR g==; X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="403276101" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="403276101" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Aug 2023 07:58:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10803"; a="803837751" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="803837751" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga004.fm.intel.com with ESMTP; 15 Aug 2023 07:58:15 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qVvUr-006FPp-1I; Tue, 15 Aug 2023 17:58:13 +0300 Date: Tue, 15 Aug 2023 17:58:13 +0300 From: Andy Shevchenko To: Marcus Folkesson Cc: Kent Gustavsson , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Cosmin Tanislav , Arnd Bergmann , ChiYuan Huang , Haibo Chen , Ramona Bolboaca , Ibrahim Tilki , ChiaEn Wu , William Breathitt Gray , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 4/6] iio: adc: mcp3911: fix indentation Message-ID: References: <20230814121010.184842-1-marcus.folkesson@gmail.com> <20230814121010.184842-4-marcus.folkesson@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230814121010.184842-4-marcus.folkesson@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 14, 2023 at 02:10:08PM +0200, Marcus Folkesson wrote: > The file does not make use of indentation properly. > Fix that. I'm not sure this is anyhow a fix. Yet you may refer to the checkpatch if it complains. ... This kind of change is preferred to be the last in the series or closer to the end where no more code changed. -- With Best Regards, Andy Shevchenko