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 7676EC5AC67 for ; Tue, 11 Aug 2026 13:52:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=phhTzL60K0GYV8Ub4xF5Zw997M9eAMmsDvtg1hwuGlk=; b=SQpnd5j70E2tYa9AHVF3WtcrbQ nyUhAjZbH+ylCcR5GQfsIsuUwSRX5bbhStrO6R8otc9g+gh5gY8ewxBGF6Kg4VBjwWLllTpXfKSSk 2WqenVA3BNXzsq5TbJG6VQIMeA43m4xVUe46fKxjxF8WWI70DKJdnpPzKUQYqk9tvuGwWqFNNSLOw HwPL4Ng0kYqyKaeyfO05GvQU3erDhpm5AP5+iSrnsMKquO4TLokCJiP99cMlawMQNT2y4Fs6bmc4Z DzbxzSqD0a3X09ObR+7ILUx2oLqIUm/Q0E8iYHM3xOs2mjw2eZLKXF5nvTFHuxn2JCd3gI7SxLktD uKdkC0rQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtmti-0000000E8MZ-363W; Tue, 11 Aug 2026 13:52:06 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtmth-0000000E8M8-38Fx; Tue, 11 Aug 2026 13:52:05 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 55B24406E6; Tue, 11 Aug 2026 13:52:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1210C1F00A3D; Tue, 11 Aug 2026 13:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786456325; bh=phhTzL60K0GYV8Ub4xF5Zw997M9eAMmsDvtg1hwuGlk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=VSEuZbNramUZ/vh5AcIst7DMicGcUY4lthiLgHZboYkBEfgwDdMmJzfhg/Dfb88sr zJJc8DmKlrjaH94MJV5KZ7DqkTPIbnzCTZFsFN8ayYTbBNrrb+SapZj4RHOKVyYSUw M9iNrmsQX/MEf/EGviZJYyxLea0bqMdYr+D4dYTsitc12lb6ZgyvBvlFKgG62S8Kf9 yBWQfN+gQ8CDKlRn+3yf+lPXYAHomfE+89f1G2DNOi9PBwLunNcQArzMrt9g5PGDAs b3rj03EMSO//IsP8JwC9GD/fiueaSGbiVEe2bo5/7qoDdpIK3zMXRU6DIywdEyDO8d DLshxKWX/FFjw== Date: Tue, 11 Aug 2026 08:52:04 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: linux-clk@vger.kernel.org, Michael Turquette , Conor Dooley , Matthias Brugger , Shubhrajyoti Datta , AngeloGioacchino Del Regno , Krzysztof Kozlowski , devicetree@vger.kernel.org, Bartosz Golaszewski , linux-mediatek@lists.infradead.org, Brian Masney , Stephen Boyd , Alexandre Torgue , Gabriel Fernandez , linux-stm32@st-md-mailman.stormreply.com, Maxime Coquelin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: clock: Correct white-space style Message-ID: <178645632389.2072234.6959201411927643233.robh@kernel.org> References: <20260801195540.235298-2-krzysztof.kozlowski@oss.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260801195540.235298-2-krzysztof.kozlowski@oss.qualcomm.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 01 Aug 2026 21:55:41 +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 > --- > .../bindings/clock/mediatek,pericfg.yaml | 2 +- > .../bindings/clock/st,stm32mp21-rcc.yaml | 140 +++++++-------- > .../bindings/clock/st,stm32mp25-rcc.yaml | 160 +++++++++--------- > .../bindings/clock/xlnx,clocking-wizard.yaml | 2 +- > 4 files changed, 152 insertions(+), 152 deletions(-) > Acked-by: Rob Herring (Arm)