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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 083DAC001DE for ; Tue, 18 Jul 2023 06:32:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231157AbjGRGcA (ORCPT ); Tue, 18 Jul 2023 02:32:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbjGRGb7 (ORCPT ); Tue, 18 Jul 2023 02:31:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1AB313D; Mon, 17 Jul 2023 23:31:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F29761476; Tue, 18 Jul 2023 06:31:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72324C433C7; Tue, 18 Jul 2023 06:31:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689661917; bh=3lMvr7TzhS21if+gZB0hK+E7omZWDz/IU/GtwSu9CYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fFqcc2Gpnq9MJK+hqq4GRieZIv1OG9tDDmzPcyd/2CGLyd/Ch2OUxhzURVj7uh2Sd q6hNt9g1mx9Jg6fRVFo3TFdtu6gK449MSafTSP89Zl34DHGJwsRzLmet4aDkAaOmPy DfwuqPHSOy7ECS9vCpHxqy5/B1Rt0oKAfxak9j6bL1GxICF+pSpDmGkivqwSpaDLBB qljHEk343vrygDoV32z/j+sxT64lxZjZ4T5fd4Pu/eiIlA+rfl+oVgAt6Yy3ecF++T ubP1j7Mf9otc4cIlv/XT0nVfSCaikdHV3UiCzm+NpIcEynRk9IgF3kZa/Qow/tdkCq SUeyWTsYj7x0g== Date: Tue, 18 Jul 2023 14:31:44 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Li Yang , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: nxp: add missing space before { Message-ID: <20230718063144.GK9559@dragon> References: <20230705145953.293632-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230705145953.293632-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 05, 2023 at 04:59:52PM +0200, Krzysztof Kozlowski wrote: > Add missing whitespace between node name/label and opening {. > > Signed-off-by: Krzysztof Kozlowski Applied both, thanks!