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 33337C55162 for ; Sun, 2 Aug 2026 06:47:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 95AF610E3E4; Sun, 2 Aug 2026 06:47:51 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zBg5ydY1"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4B7FE10E3E3 for ; Sun, 2 Aug 2026 06:47:50 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id BF63C401F9; Sun, 2 Aug 2026 06:47:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B9D01F00AC4; Sun, 2 Aug 2026 06:47:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785653269; bh=d4tzf5OI2ty69S9e+u6dfdqhLKOYD2qDn1wkoiLc5Qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=zBg5ydY1wX1rbPEx6zS4lr2WPZ2W6TAE2n5W74eqj8OznJjLOyuRL1cJ+Jk8PQPsA z0ip5R0D3rD1ro6ziNgVNsWEcoSkdYcjRlOW4oa2+Nqe2M7xo/UVBitf0P1zVriEga qrpPscuLwxtITkywEZWzQZNwwNUaHE++BFIW/LqM= Date: Sun, 2 Aug 2026 08:46:20 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mark Rutland , Lorenzo Pieralisi , Suzuki K Poulose , Mike Leach , James Clark , Leo Yan , Damien Le Moal , Niklas Cassel , Jyri Sarha , Tomi Valkeinen , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Matthias Brugger , AngeloGioacchino Del Regno , Linus Walleij , Bartosz Golaszewski , Patrice Chotard , Andi Shyti , Jassi Brar , Lee Jones , Johannes Berg , Jeff Johnson , Viresh Kumar , Nishanth Menon , Stephen Boyd , Yangbo Lu , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Paul Walmsley , Samuel Holland , Richard Cochran , Jens Wiklander , Yuanfang Zhang , YC Hung , Svyatoslav Ryhel , Sean Wang , Frank Li , Peter Ujfalusi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org, linux-ide@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, mfd@lists.linux.dev, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, linux-pm@vger.kernel.org, netdev@vger.kernel.org, linux-pwm@vger.kernel.org, linux-riscv@lists.infradead.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Correct white-space style Message-ID: <2026080211-marauding-twerp-1f8f@gregkh> References: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.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 Sat, Aug 01, 2026 at 09:56:14PM +0200, Krzysztof Kozlowski wrote: > Correct a few white-space issues, like double space after '=' or before > bracket '{' characters, which will be flagged by dt-check-style. No > functional changes. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Patch applies on Rob's for-next branch. > --- > .../arm/firmware/linaro,optee-tz.yaml | 8 +- > .../devicetree/bindings/arm/psci.yaml | 18 ++-- > .../bindings/arm/qcom,coresight-tnoc.yaml | 2 +- > .../devicetree/bindings/ata/st,ahci.yaml | 22 ++--- > .../bindings/display/ti/ti,am65x-dss.yaml | 12 +-- > .../bindings/display/ti/ti,j721e-dss.yaml | 96 +++++++++---------- > .../bindings/display/ti/ti,k2g-dss.yaml | 36 +++---- > .../bindings/dsp/mediatek,mt8195-dsp.yaml | 2 +- > .../bindings/gpio/st,nomadik-gpio.yaml | 2 +- > .../devicetree/bindings/i2c/st,sti-i2c.yaml | 2 +- > .../bindings/mailbox/st,sti-mailbox.yaml | 2 +- > .../bindings/mfd/maxim,max77620.yaml | 2 +- > .../bindings/net/wireless/qcom,ath10k.yaml | 34 +++---- > .../devicetree/bindings/opp/opp-v2.yaml | 28 +++--- > .../pinctrl/mediatek,mt7988-pinctrl.yaml | 2 +- > .../devicetree/bindings/ptp/fsl,ptp.yaml | 12 +-- > .../devicetree/bindings/pwm/pwm-sifive.yaml | 2 +- > .../bindings/usb/ti,twl4030-usb.yaml | 2 +- > 18 files changed, 142 insertions(+), 142 deletions(-) Acked-by: Greg Kroah-Hartman 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 18347C55173 for ; Sun, 2 Aug 2026 06:48:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=HU8UnlqT31ZjO4TN6Do2jE/Qs+9fBGFp4YYyaeT2Ao8=; b=LvAT1T5PFrc+cD 1AfVDQ8wJNE8mqHDJD41cl+FIkmBvMIy48ajQemnh3tyJiKgUtaH8uZs5wX8YSiHT98ZHg3+kfWRI RkWXeQiVxkDwsGkh+CN+kmp13/YUcTyJmlu2IC+/XYiSqduLkif7M5cjp9Ej+tUAFjvPVZcnrHIxK ld5wpo/EB0m+7PgfVCg0QyPxVzsGLd0tzgWywYpimvtmIxe4exUAMwm4X5pWrNJn8nkO5wnAesD6g q3L8hw1HkMtddesUtTEfRwcsgH3PbAmqYs3P1OFlYC8mgAn8hASbWouHnmnkjGvQkcGeDck9z409l g5D/A4oin4NcQJpSC9Qg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wqPzF-0000000FQRI-0n7E; Sun, 02 Aug 2026 06:47:53 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wqPzD-0000000FQQq-2fKP; Sun, 02 Aug 2026 06:47:51 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id BF63C401F9; Sun, 2 Aug 2026 06:47:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B9D01F00AC4; Sun, 2 Aug 2026 06:47:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785653269; bh=d4tzf5OI2ty69S9e+u6dfdqhLKOYD2qDn1wkoiLc5Qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=zBg5ydY1wX1rbPEx6zS4lr2WPZ2W6TAE2n5W74eqj8OznJjLOyuRL1cJ+Jk8PQPsA z0ip5R0D3rD1ro6ziNgVNsWEcoSkdYcjRlOW4oa2+Nqe2M7xo/UVBitf0P1zVriEga qrpPscuLwxtITkywEZWzQZNwwNUaHE++BFIW/LqM= Date: Sun, 2 Aug 2026 08:46:20 +0200 From: Greg Kroah-Hartman To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Mark Rutland , Lorenzo Pieralisi , Suzuki K Poulose , Mike Leach , James Clark , Leo Yan , Damien Le Moal , Niklas Cassel , Jyri Sarha , Tomi Valkeinen , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Matthias Brugger , AngeloGioacchino Del Regno , Linus Walleij , Bartosz Golaszewski , Patrice Chotard , Andi Shyti , Jassi Brar , Lee Jones , Johannes Berg , Jeff Johnson , Viresh Kumar , Nishanth Menon , Stephen Boyd , Yangbo Lu , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Paul Walmsley , Samuel Holland , Richard Cochran , Jens Wiklander , Yuanfang Zhang , YC Hung , Svyatoslav Ryhel , Sean Wang , Frank Li , Peter Ujfalusi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org, linux-ide@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, mfd@lists.linux.dev, linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, linux-pm@vger.kernel.org, netdev@vger.kernel.org, linux-pwm@vger.kernel.org, linux-riscv@lists.infradead.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Correct white-space style Message-ID: <2026080211-marauding-twerp-1f8f@gregkh> References: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260801195613.235430-2-krzysztof.kozlowski@oss.qualcomm.com> X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Sat, Aug 01, 2026 at 09:56:14PM +0200, Krzysztof Kozlowski wrote: > Correct a few white-space issues, like double space after '=' or before > bracket '{' characters, which will be flagged by dt-check-style. No > functional changes. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Patch applies on Rob's for-next branch. > --- > .../arm/firmware/linaro,optee-tz.yaml | 8 +- > .../devicetree/bindings/arm/psci.yaml | 18 ++-- > .../bindings/arm/qcom,coresight-tnoc.yaml | 2 +- > .../devicetree/bindings/ata/st,ahci.yaml | 22 ++--- > .../bindings/display/ti/ti,am65x-dss.yaml | 12 +-- > .../bindings/display/ti/ti,j721e-dss.yaml | 96 +++++++++---------- > .../bindings/display/ti/ti,k2g-dss.yaml | 36 +++---- > .../bindings/dsp/mediatek,mt8195-dsp.yaml | 2 +- > .../bindings/gpio/st,nomadik-gpio.yaml | 2 +- > .../devicetree/bindings/i2c/st,sti-i2c.yaml | 2 +- > .../bindings/mailbox/st,sti-mailbox.yaml | 2 +- > .../bindings/mfd/maxim,max77620.yaml | 2 +- > .../bindings/net/wireless/qcom,ath10k.yaml | 34 +++---- > .../devicetree/bindings/opp/opp-v2.yaml | 28 +++--- > .../pinctrl/mediatek,mt7988-pinctrl.yaml | 2 +- > .../devicetree/bindings/ptp/fsl,ptp.yaml | 12 +-- > .../devicetree/bindings/pwm/pwm-sifive.yaml | 2 +- > .../bindings/usb/ti,twl4030-usb.yaml | 2 +- > 18 files changed, 142 insertions(+), 142 deletions(-) Acked-by: Greg Kroah-Hartman _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv