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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 2B93BC432BE for ; Mon, 30 Aug 2021 12:27:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 10109610FC for ; Mon, 30 Aug 2021 12:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231665AbhH3M15 (ORCPT ); Mon, 30 Aug 2021 08:27:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:40088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229828AbhH3M1t (ORCPT ); Mon, 30 Aug 2021 08:27:49 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 07773610FC; Mon, 30 Aug 2021 12:26:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630326416; bh=8rxzpDDvLETpRjSW5EG7EPps6YmGomM3Beiqdp8hL8s=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=bFtCjuVnW9yirgFzqcJWAnYSkM1Lhlg9QSRerffQp7Rk4/9vUDaLoDmkVe7AD5/W2 bUICCo62D5Pr4nmPIOB12Kmdblx7xGuPR9EyAR719YykrxzWmMTVUtL3BARQxyxd68 pqfOOcBdthaH8nG6Qeq8fBIkIG9r9C6B5P0tksWUIiGBVPsfbYrqWMJvt/BbOl688Q jGWUe4sLgO8TDeU//cLdVn/HaBI468J5mhJ/HzVNBUp/flXHaJMgJKSdqhSzrATgFs PcTmfJXAePBo45Rrp5sLr3KVRv7A6gZ0H5CqJtwxeJVBI+z2uUnuKSiHSfWbrqPpCH bACB2rQFuPRFw== Received: by mail-ed1-f46.google.com with SMTP id d6so21346372edt.7; Mon, 30 Aug 2021 05:26:55 -0700 (PDT) X-Gm-Message-State: AOAM533eijbdjQJh8jMmbTIrNRit3in0OOdzZy80ywnJn91N0Q8ntG0O ro+0k31ckFSeV5NEkZ/nJHGaKSPtxhuC+tWhWQ== X-Google-Smtp-Source: ABdhPJxmILhJYcc+mYeJ+zf9N2F64SRnxQUQWPiG90l8vhjyNKaMHpm3/aiXGIjG5vOQD6D9of/DicoxU1EewIR4qsE= X-Received: by 2002:a50:eb8a:: with SMTP id y10mr24087615edr.137.1630326414617; Mon, 30 Aug 2021 05:26:54 -0700 (PDT) MIME-Version: 1.0 References: <20210819101020.26368-1-krzysztof.kozlowski@canonical.com> In-Reply-To: From: Rob Herring Date: Mon, 30 Aug 2021 07:26:43 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: panel: ili9341: correct indentation To: Sam Ravnborg Cc: Krzysztof Kozlowski , Thierry Reding , David Airlie , Daniel Vetter , Liam Girdwood , Mark Brown , Dillon Min , Tzung-Bi Shih , dri-devel , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Linux-ALSA Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 23, 2021 at 3:11 PM Sam Ravnborg wrote: > > On Thu, Aug 19, 2021 at 12:10:19PM +0200, Krzysztof Kozlowski wrote: > > Correct indentation warning: > > ilitek,ili9341.yaml:25:9: [warning] wrong indentation: expected 10 but found 8 (indentation) > > > > Signed-off-by: Krzysztof Kozlowski > > Thanks, applied to drm-misc-next, and the patch will show up in -next in > one to two weeks. This needs to go in fixes as it looks like commit 7dbdce806268 ("dt-bindings: display: panel: Add ilitek ili9341 panel bindings") is queued for 5.15. Rob