Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp3659589iog; Mon, 27 Jun 2022 23:14:29 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vwByKspUKFlHR2e6dTKoTh4rPlyysYwewTl4MOy1Sn/T6FgvWicyU84B7x6rVC+ljpyxkc X-Received: by 2002:a63:cd15:0:b0:411:51f0:eaf5 with SMTP id i21-20020a63cd15000000b0041151f0eaf5mr3385581pgg.189.1656396869265; Mon, 27 Jun 2022 23:14:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656396869; cv=none; d=google.com; s=arc-20160816; b=tmRjKbveVAA3Ti0Ab5EaWvt9KWOjG3fTLccF9xCVq0pUWVKpHB0XqW49xUgF2NcLwg gzxfa4jelfm0g+FPk6Qbfi7On+oeaSZQW39uhN2zQhZSoNaKUp7dJ8Kfpnq4KyjnIutn hqFkFKCQtk3qy2QqOlupalXuGCKyNOkKtHWGxDwJf88788JRi4hy1/g0wtGRkgGDXroO kwm+Nc/WqY8SBZIElb1kPgNhChiRPMvPL9CGRr21e5PIYj3aCtP6S25IeF15SsDDAv8/ UL/fx6kTIwOoJ/on3gHzjX+t+w/PFU34HHWXuGh4ntXkTIg+8VNT2m7GBd/RuNsDkS9K JqPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ceFP1UYSwVRsR+rl/H5uQQRZoeYr2wzEawaUseZmLS8=; b=fmBJRtRgBg7SlWoe43uMkjAFY0DFm2n3o92K8kxVKPPFY7+2BtA+Xhj7DRa1XyzVOX UXYkon8HohafXruIR5M6TXhjzdtJ7kryreznYr4nFVKb09QY9vDJaz7au7Zfr7lF6PDK PmdSJXpyqA2Jl2/yQhwUXZaCVcSWxk/0FIix9aLg1EJLiMadR4a4dkafrCqm3VrwzDlU V8yUdLFuFzr7dykk741vf7IQ2D7pNpQAE/5aO+hNYuzbrB6Df9diUFtKzskcyWJZakWw +c5ggyp6oQFpySgS+hOOKQAUZJlr2C2K9KQVpizlV8vYGiUea9oQ3VZWhNnxg0WjKM8k fn5Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id n1-20020a170902f60100b0016198140119si16915395plg.606.2022.06.27.23.14.14; Mon, 27 Jun 2022 23:14:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238346AbiF1Fvd (ORCPT + 99 others); Tue, 28 Jun 2022 01:51:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234723AbiF1Fvb (ORCPT ); Tue, 28 Jun 2022 01:51:31 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C7A59266; Mon, 27 Jun 2022 22:51:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 548AB8106; Tue, 28 Jun 2022 05:46:18 +0000 (UTC) Date: Tue, 28 Jun 2022 08:51:29 +0300 From: Tony Lindgren To: Juerg Haefliger Cc: linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Juerg Haefliger Subject: Re: [PATCH] ARM: omap2: Kconfig: Fix indentation Message-ID: References: <20220523063040.10991-1-juergh@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220523063040.10991-1-juergh@canonical.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Juerg Haefliger [220523 10:23]: > The convention for indentation seems to be a single tab. Help text is > further indented by an additional two whitespaces. Fix the lines that > violate these rules. > > While at it, remove an extra empty line. Thanks applying into omap-for-v5.20/soc. I updated the patch for empty line being now an extra tab. Tony