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 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 813DAC433F5 for ; Mon, 20 Sep 2021 22:30:23 +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 439A761100 for ; Mon, 20 Sep 2021 22:30:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 439A761100 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 430696E892; Mon, 20 Sep 2021 22:30:22 +0000 (UTC) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by gabe.freedesktop.org (Postfix) with ESMTPS id B56206E892 for ; Mon, 20 Sep 2021 22:30:20 +0000 (UTC) Received: by mail-ot1-f52.google.com with SMTP id l7-20020a0568302b0700b0051c0181deebso25652181otv.12 for ; Mon, 20 Sep 2021 15:30:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8FCmNHtt11QLhSvmcLvs+zJc97YSOXkXRIB2hIvlHIs=; b=PN5dl46VIfY+z+fq6qyQqb5VcGuY5pCsN8AtTYdQ6Dw5eAz5J9QfwIsNHFSgv40Nqv pdfNfOR5RiJ5HItqQvPz5eG+hnGIxxWEHi738dRU9yLtjMpZJr4+YuyC4vgJTvbWjvc2 ooOA++ymmXV9vi7GJLanj7QaSYNVzHFiDXI7v3tzvIYS0Qcuw+36ji85WtbPDhpOa/4l h21kzlzr0Cckan8qjdieXaD0rdA2bIb8oWSM6Nmj8pjZRkOOlNOudhK6MbLkUdRuULpi eN31qlIE4UhYrtxUsa98d7Xt4wzcc9+7ZK65zbAOqom14y2+mXjtl2zNAQIC0FpSwipH ItuQ== X-Gm-Message-State: AOAM533t0yX8v9PklrtxXqiZc1IjkaYkmRGbmzqP75ZKFbRPrHhLVVc8 3Mctn0HMHm1XM8hg7dUOkw== X-Google-Smtp-Source: ABdhPJycZrI/QFeDTsrcWnT2z08c9jZQ4XXTbR5wI4O9KMU9KzoF0bMQ1Q22QmcRRJGdaUkvVLXHnA== X-Received: by 2002:a9d:601a:: with SMTP id h26mr3947732otj.326.1632177020062; Mon, 20 Sep 2021 15:30:20 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 186sm3719698ood.39.2021.09.20.15.30.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Sep 2021 15:30:19 -0700 (PDT) Received: (nullmailer pid 916414 invoked by uid 1000); Mon, 20 Sep 2021 22:30:18 -0000 Date: Mon, 20 Sep 2021 17:30:18 -0500 From: Rob Herring To: Cai Huoqing Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: panel: ilitek,ili9341: Fix the warning-wrong indentation: expected 10 but found 8 (indentation) Message-ID: References: <20210908030215.112-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210908030215.112-1-caihuoqing@baidu.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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Sep 08, 2021 at 11:02:14AM +0800, Cai Huoqing wrote: > Fix indentation for the warning- > wrong indentation: expected 10 but found 8 (indentation) > > Signed-off-by: Cai Huoqing > --- > .../devicetree/bindings/display/panel/ilitek,ili9341.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Already have a similar patch queued up. Rob