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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 24310CCD1BC for ; Thu, 23 Oct 2025 17:22:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6C18610E952; Thu, 23 Oct 2025 17:22:39 +0000 (UTC) X-Greylist: delayed 1133 seconds by postgrey-1.36 at gabe; Thu, 23 Oct 2025 17:22:38 UTC Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id 84E2B10E949 for ; Thu, 23 Oct 2025 17:22:38 +0000 (UTC) Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4csslW00WZz6L4xM; Fri, 24 Oct 2025 01:02:14 +0800 (CST) Received: from dubpeml100005.china.huawei.com (unknown [7.214.146.113]) by mail.maildlp.com (Postfix) with ESMTPS id 226131402FB; Fri, 24 Oct 2025 01:03:43 +0800 (CST) Received: from localhost (10.203.177.15) by dubpeml100005.china.huawei.com (7.214.146.113) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 23 Oct 2025 18:03:40 +0100 Date: Thu, 23 Oct 2025 18:03:39 +0100 From: Jonathan Cameron To: "Rob Herring (Arm)" CC: Krzysztof Kozlowski , Conor Dooley , Stephen Boyd , David Airlie , Simona Vetter , Maarten Lankhorst , Thomas Zimmermann , Andrzej Hajda , Robert Foss , Vinod Koul , Moritz Fischer , Xu Yilun , Bartosz Golaszewski , Guenter Roeck , Andi Shyti , Jonathan Cameron , "Dmitry Torokhov" , Georgi Djakov , Thomas Gleixner , Joerg Roedel , "Jassi Brar" , Mauro Carvalho Chehab , Lee Jones , Miquel Raynal , Richard Weinberger , "Vignesh Raghavendra" , Andrew Lunn , "David S. Miller" , Eric Dumazet , "Jakub Kicinski" , Paolo Abeni , Johannes Berg , Krzysztof =?UTF-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , "Bjorn Helgaas" , Kishon Vijay Abraham I , Sebastian Reichel , Uwe =?UTF-8?Q?Kleine-K=C3=B6nig?= , Mark Brown , Mathieu Poirier , Philipp Zabel , Olivia Mackall , Herbert Xu , Daniel Lezcano , Greg Kroah-Hartman , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH] dt-bindings: Remove extra blank lines Message-ID: <20251023180339.0000525e@huawei.com> In-Reply-To: <20251023143957.2899600-1-robh@kernel.org> References: <20251023143957.2899600-1-robh@kernel.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.15] X-ClientProxiedBy: lhrpeml500011.china.huawei.com (7.191.174.215) To dubpeml100005.china.huawei.com (7.214.146.113) 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 Thu, 23 Oct 2025 09:37:56 -0500 "Rob Herring (Arm)" wrote: > Generally at most 1 blank line is the standard style for DT schema > files. Remove the few cases with more than 1 so that the yamllint check > for this can be enabled. > > Signed-off-by: Rob Herring (Arm) Acked-by: Jonathan Cameron