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 0DA6FC3526D 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 DA02E2343F for ; Fri, 18 Dec 2020 21:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728278AbgLRVSs (ORCPT ); Fri, 18 Dec 2020 16:18:48 -0500 Received: from mail-oi1-f179.google.com ([209.85.167.179]:34972 "EHLO mail-oi1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbgLRVSr (ORCPT ); Fri, 18 Dec 2020 16:18:47 -0500 Received: by mail-oi1-f179.google.com with SMTP id s2so4362814oij.2; Fri, 18 Dec 2020 13:18: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=03HFPXnAxYNSTh3L20SLd4XBlw3VNwGfa9nRljaVjjk=; b=tzlZbSxxgR3tHSMbnw8fbfx0noRM2kjEFF3p+Cd4V8Lrh4zq69FqW3SU+aiPBnd9o1 EToifXEVESlpOe1863mJQMOpHIK+DIzn7GQgI29400lBH/M+WNYjKzdhvMbMOVzuZlEj m1HbMJqQ1LI/JE9lgfUhgPadBT5aWodawsHPLGGvm8D8funu/s2Iv5GvhmjvoK7oXLgJ Myw8w88Z9qGsy1zqtb3ocP1S3D20lzT3S1Zv3bgYec1v4B/D+ZoVOZ2L7rgCTGTLCu1W bEbUL5bS/9A6nDjHlLhRvPJkvFwJvRwlX8UZrpZ09lmdYu9v+kJvP+Vpwb/rrl/kA2xt vNpA== X-Gm-Message-State: AOAM5301BcQZH0TGCKI6pegmD2R6E87iR0GHkw6BdIAf6MdKp5kNQvI2 lQcIeaRlk9eFevAT70I9t3ZFnRv2Bw== X-Google-Smtp-Source: ABdhPJzp2Vn29fMDo1374G2raWeUpRvXsBe5yqSFqZr9o1/LOLXJmn9Q9gnzEAgSqaGpr8bxwrzA+g== X-Received: by 2002:a05:6808:617:: with SMTP id y23mr4138266oih.84.1608326285997; Fri, 18 Dec 2020 13:18:05 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g3sm1761819ooi.28.2020.12.18.13.18.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Dec 2020 13:18:05 -0800 (PST) Received: (nullmailer pid 2191933 invoked by uid 1000); Fri, 18 Dec 2020 21:18:04 -0000 Date: Fri, 18 Dec 2020 15:18:04 -0600 From: Rob Herring To: Zhen Lei Cc: Thierry Reding , devicetree , linux-kernel , Sam Ravnborg , Daniel Vetter , dri-devel , Sumit Semwal , Rob Herring , David Airlie Subject: Re: [PATCH v2 1/1] dt-bindings: display: eliminate yamllint warnings Message-ID: <20201218211804.GD2190633@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: linux-kernel@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(-) > Applied, thanks! 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 058C8C4361B for ; Fri, 18 Dec 2020 21:18:08 +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 B9F8223B88 for ; Fri, 18 Dec 2020 21:18:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B9F8223B88 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 1B16189C83; Fri, 18 Dec 2020 21:18:07 +0000 (UTC) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9DAAF89C83 for ; Fri, 18 Dec 2020 21:18:06 +0000 (UTC) Received: by mail-oi1-f175.google.com with SMTP id s75so4359405oih.1 for ; Fri, 18 Dec 2020 13:18:06 -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=03HFPXnAxYNSTh3L20SLd4XBlw3VNwGfa9nRljaVjjk=; b=tvXZCpGjVp1Qq3wpP2/eBi37jMMqjHuYiKDHkbmfHQzmAe4YLMAkRTF6xZE4opNUeL iRF6Yj4jsN6kY3BTMYKC1BknJeoNd/eTi4PJfgtYrIv5aYEEWXJjC/2qN0J8oxDlbZ29 f+/C6uF2bqb00knSKHxNPYkq4z80RI7RFR84s1CfysaL6vrxxUM3pL61Os6AXAxTs/pY 77dTQ6wORbRui5Hguh97MdBjlkGPBqjgg/PJU6plYA3VU7rxM4l8dRnFDQCAPhk3bu/n OYF63HHYBgE2oRi38ZjZbLNCV3F6tlkZxlXzdUDHMwUydSmayQVgEmmjn6rI+z2C6JZb xGcQ== X-Gm-Message-State: AOAM533XMZsjRO7XreZHzyKO9qfwEw95muNDFUKyCBknImnKMDNimIzt UuZ3Ciyp9pq7ZbDd3VfffQ== X-Google-Smtp-Source: ABdhPJzp2Vn29fMDo1374G2raWeUpRvXsBe5yqSFqZr9o1/LOLXJmn9Q9gnzEAgSqaGpr8bxwrzA+g== X-Received: by 2002:a05:6808:617:: with SMTP id y23mr4138266oih.84.1608326285997; Fri, 18 Dec 2020 13:18:05 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id g3sm1761819ooi.28.2020.12.18.13.18.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Dec 2020 13:18:05 -0800 (PST) Received: (nullmailer pid 2191933 invoked by uid 1000); Fri, 18 Dec 2020 21:18:04 -0000 Date: Fri, 18 Dec 2020 15:18:04 -0600 From: Rob Herring To: Zhen Lei Subject: Re: [PATCH v2 1/1] dt-bindings: display: eliminate yamllint warnings Message-ID: <20201218211804.GD2190633@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(-) > Applied, thanks! _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel