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=unavailable 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 926E4C0018C for ; Mon, 7 Dec 2020 23:04:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 663E1239FF for ; Mon, 7 Dec 2020 23:04:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728279AbgLGXEr (ORCPT ); Mon, 7 Dec 2020 18:04:47 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:45468 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728191AbgLGXEr (ORCPT ); Mon, 7 Dec 2020 18:04:47 -0500 Received: by mail-oi1-f193.google.com with SMTP id f132so2916472oib.12; Mon, 07 Dec 2020 15:04:31 -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=FKVOi81QuTxtmvRA/1QQ/i5ym4BvFRsKDGyyquA2QGo=; b=eNBC3eewy9RFGjNbS2oh3m/WrMPSAB2U9aaSe1KIyA0tcsyFsQu6EPjdBPvY015++F UpeS5wtzFGePypwV3LBg61X3S3YYUfHakEInzzUsDwAG5LiNirK0PROcL7GJbhd4paGa 81GTx8Joo5Ycje6Icb0ZdrGw+lWFqkSqXr+L2hu3vWqHxIaYpguB8VbYbA7m95zvAuVP qfuuut4CATzgEmEE/V6N6DyQxn507zzmuEjt2Wtuel+Q2k0jG7rbO1mRuHFtQYYTYdHe rRSLvvielgaVOYyKPZ5tQocFaOU6O+uwUWFLukp9v267ZtTacqhi/0M0xEFLl3yYndMm XP3g== X-Gm-Message-State: AOAM532mkFbk43pSG1fV4Bg2RFqD3TzzfEd7dYZVznGmh7dhAGptQoj3 k5tYOmkAxVbjehW2QLaw+KOqAIVZHw== X-Google-Smtp-Source: ABdhPJwPrbY2Mjm4riXSridU15duWihLNezTrBEYDRujhThLF7Qyb60cdAnrlpGQs50eGq37s+lzoA== X-Received: by 2002:aca:5548:: with SMTP id j69mr856075oib.32.1607382246438; Mon, 07 Dec 2020 15:04:06 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j204sm952836oih.15.2020.12.07.15.04.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Dec 2020 15:04:05 -0800 (PST) Received: (nullmailer pid 1014048 invoked by uid 1000); Mon, 07 Dec 2020 23:04:04 -0000 Date: Mon, 7 Dec 2020 17:04:04 -0600 From: Rob Herring To: Zhen Lei Cc: David Airlie , linux-kernel , Daniel Vetter , Sumit Semwal , Thierry Reding , Rob Herring , devicetree , dri-devel , Sam Ravnborg Subject: Re: [PATCH v2 1/1] dt-bindings: display: eliminate yamllint warnings Message-ID: <20201207230404.GA1013997@robh.at.kernel.org> References: <20201207044830.1551-1-thunder.leizhen@huawei.com> <20201207044830.1551-2-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201207044830.1551-2-thunder.leizhen@huawei.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 07 Dec 2020 12:48:30 +0800, Zhen Lei wrote: > Eliminate the following yamllint warnings: > ./Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml > :52:9: [warning] wrong indentation: expected 6 but found 8 (indentation) > > ./Documentation/devicetree/bindings/display/bridge/intel,keembay-dsi.yaml > :42:8: [warning] wrong indentation: expected 8 but found 7 (indentation) > :45:8: [warning] wrong indentation: expected 8 but found 7 (indentation) > > ./Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml > :21:6: [warning] wrong indentation: expected 6 but found 5 (indentation) > > ./Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml > :25:10: [warning] wrong indentation: expected 10 but found 9 (indentation) > > Signed-off-by: Zhen Lei > Acked-by: Sam Ravnborg > --- > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 4 ++-- > .../devicetree/bindings/display/bridge/intel,keembay-dsi.yaml | 4 ++-- > Documentation/devicetree/bindings/display/intel,keembay-msscam.yaml | 4 ++-- > Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml | 2 +- > 4 files changed, 7 insertions(+), 7 deletions(-) > Reviewed-by: Rob Herring