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 8C103CCD1BE for ; Thu, 23 Oct 2025 14:57:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D6B5A10E90E; Thu, 23 Oct 2025 14:57:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="EnRgKBTl"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 962A410E90E for ; Thu, 23 Oct 2025 14:57:40 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 4044F61106; Thu, 23 Oct 2025 14:57:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D26DDC4CEE7; Thu, 23 Oct 2025 14:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761231459; bh=mG5mH0BnC8Km7CQcYib0Nhd6yu8sv5YcIjd9xBIrAI0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EnRgKBTlSQ57nMd3Uyh7T3l0HP8JulP6vl6m3yIs+33XK40b5XP04rl6mV+O8oiSY 2e9xXYJfm2VS91ZS580WL2mC/7c5d8LgWvctfOAaZ4Ol1GcehPjGj5Z2qvW8RFybzX d0FkU6VwFuwQF6J6HBxdAql8RtF86zY8pqsV0+KI= Date: Thu, 23 Oct 2025 16:57:36 +0200 From: Greg Kroah-Hartman 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 =?iso-8859-1?Q?Kleine-K=F6nig?= , Mark Brown , Mathieu Poirier , Philipp Zabel , Olivia Mackall , Herbert Xu , Daniel Lezcano , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, dmaengine@vger.kernel.org, linux-fpga@vger.kernel.org, linux-gpio@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-pm@vger.kernel.org, iommu@lists.linux.dev, linux-media@vger.kernel.org, linux-mtd@lists.infradead.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-pci@vger.kernel.org, linux-phy@lists.infradead.org, linux-pwm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-crypto@vger.kernel.org, linux-sound@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Remove extra blank lines Message-ID: <2025102328-certainty-unbaked-2ed9@gregkh> References: <20251023143957.2899600-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251023143957.2899600-1-robh@kernel.org> 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, Oct 23, 2025 at 09:37:56AM -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: Greg Kroah-Hartman