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 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 AFB67C433FE for ; Mon, 7 Dec 2020 23:04:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 42667239FC for ; Mon, 7 Dec 2020 23:04:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 42667239FC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 26E126E910; Mon, 7 Dec 2020 23:04:08 +0000 (UTC) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A2606E910 for ; Mon, 7 Dec 2020 23:04:07 +0000 (UTC) Received: by mail-oi1-f196.google.com with SMTP id v85so6812683oia.6 for ; Mon, 07 Dec 2020 15:04:07 -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=JD6VblMtL5iJ8/9HUA2Sz0/WLtCWfzwLZEjGUCkUqipc54cSaEnQhzSzMJf/+PtKwo R8SgjHoSNniwre3R3z6754qVK8DEa/Hk0xiWpVrtEuD76XYrqjzs0HyVh8XiGIDLZofB IBge4IHTuI3WH6ceabNDqgPgBwBjf/fAWdIlpat+DJ1Jbnk5s+GCsp7c5C323x+MBJTa vdZoqa7UKMS2DeHuPB71vCt2eBKS3JUTBVdYwJPgj2trkGISJMM3wXG1pL3SygB3qvzc BnAeKs9JsieHAyyu6HjPPxA+OjBxF325KSvup2L/H31lZ0rRBYS60jzDU0AsVM2WTJoj VHgg== X-Gm-Message-State: AOAM533PxEZWhfLeuG5NLMnQUMcEhnuupYPvA+KZMLck91eiK/UZw3os bGqGhlmXGa5g1t1tHjmL4Q== 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 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-Disposition: inline In-Reply-To: <20201207044830.1551-2-thunder.leizhen@huawei.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , David Airlie , linux-kernel , dri-devel , Rob Herring , Thierry Reding , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel