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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A33E4C35273 for ; Fri, 18 Dec 2020 21:19:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CA7A23B88 for ; Fri, 18 Dec 2020 21:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727053AbgLRVS7 (ORCPT ); Fri, 18 Dec 2020 16:18:59 -0500 Received: from mail-ot1-f48.google.com ([209.85.210.48]:39951 "EHLO mail-ot1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726423AbgLRVS7 (ORCPT ); Fri, 18 Dec 2020 16:18:59 -0500 Received: by mail-ot1-f48.google.com with SMTP id j12so3253386ota.7; Fri, 18 Dec 2020 13:18:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=H68oJ1veub/N/sJgxu616Ofk95w8UIImHp8Gl1T/ERU=; b=lQT7iRqmMs82opvO62N5C6jeWDmPtBCMQNwOQ1U8a8lKCSR2GwfTxi8fcd+mBmXrcy RGcDdBDXdQ8T6aIPlWjE3utMZklaDxAobkjm82qAtYe8+pW5DWdHxF3nXNQ7ZFchGLT1 appaW5cKafJjqYSkf7qU4ZcUPFeB+eyXcmWs9rBhO+bz65Iddcf2LGa/8iPP1H0iTH5k hAl5PXsO4bQH5yeRqDfwHdhBdLDNsRQCguzO7GWrP6CElsqzJ305Hl6TT8b7A21ut+DZ NI7IaFSGPwov42zdeImjJDnprj1HQvdFs8QDsUwmOgknJUuXWX4IiY+Y4vRoqARL9Pnv NyzQ== X-Gm-Message-State: AOAM530agVMDKv0/Of7CmbTphSYeruitdAWbbayEwJOQazRbvkC6XgeV bhYJFkk3BIBbLglFUE80cA== X-Google-Smtp-Source: ABdhPJy8sQG5Cy69vLmv0EPAgz9Gu+Ggh0c7KDIAvES68hWv/VkEHe57wEWEs1xemVvo1hDc3Fmn/Q== X-Received: by 2002:a9d:208a:: with SMTP id x10mr4243581ota.260.1608326298191; Fri, 18 Dec 2020 13:18:18 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t24sm2213662oou.4.2020.12.18.13.18.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Dec 2020 13:18:17 -0800 (PST) Received: (nullmailer pid 2192221 invoked by uid 1000); Fri, 18 Dec 2020 21:18:15 -0000 Date: Fri, 18 Dec 2020 15:18:15 -0600 From: Rob Herring To: Zhen Lei Cc: devicetree , NXP Linux Team , Shawn Guo , linux-clk , linux-arm-kernel , linux-kernel , Sascha Hauer , Pengutronix Kernel Team , Rob Herring , Stephen Boyd , Fabio Estevam , Michael Turquette Subject: Re: [PATCH 1/1] dt-bindings: clock: imx8qxp-lpcg: eliminate yamllint warnings Message-ID: <20201218211815.GF2190633@robh.at.kernel.org> References: <20201207045527.1607-1-thunder.leizhen@huawei.com> <20201207045527.1607-2-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201207045527.1607-2-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 07 Dec 2020 12:55:27 +0800, Zhen Lei wrote: > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml > :32:13:[warning] wrong indentation: expected 14 but found 12 (indentation) > :35:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Zhen Lei > --- > .../devicetree/bindings/clock/imx8qxp-lpcg.yaml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > Applied, thanks!