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 ABF80C0015E for ; Thu, 13 Jul 2023 08:47:44 +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:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AWJdekvPJuIfrJmEl+pUkSHyY9eJzDtUl6jSaTSeAAY=; b=Fe7NNZE5L2fbWr zbdCfA/Y089hZbpgvx8FAF12SOFUeq8yBer67ZaStoxR8wJCEI2shOBB1pcRR01cjBeZaME3nz7qS Vkq7Vt6LTMLmR201500HU4k91UuJyift7YE+3LlwOl4NIB7/ObQWh6GHmEyG+YZK7hG1uw/8p5+ez rSdG8lbv9U3P+1LUlM1sU2M1f/7Lr97bw/tp/bPovNYaXig9tdDpKIsOt1PEhUal4POJ2zd3StNBV iPaSSq9VZlkqPVrrrk4lo+nm/Lti7BdLFIjuCVj5cS4h1/lgZdGeykSgfoMI/2gFndnwBMtzuQcqb MiKlJMqNZmGaM7qXlCWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJryf-002U2R-26; Thu, 13 Jul 2023 08:47:09 +0000 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJryc-002U0c-23 for linux-arm-kernel@lists.infradead.org; Thu, 13 Jul 2023 08:47:08 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id EC85E20004; Thu, 13 Jul 2023 08:47:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1689238022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4AClv/YhZ1qmlDZojyXt9vNkdOPot+nXyt4J17vKMSU=; b=m4rcMWkm/+idR2xAPAYEQ0igQ3FHTcN4LTsGYvH4H93LRIdPQYN2kqqBdl4YE3jAzgMBrh cCysfJ0pAkhS2RmfBv5vi9yk/R3SV8vWlS6bj82W/Cw7cJz/2siYz6ueCPYWO5hz/73/rg 8qrgDm9nlZ+F475AtgSRcha6wMLd4RHydUmjU36iFkdABEcg7rNPo++lAEUKwqTEHbjJUG XD1hsBjv5ko2yXNucOeFpktoywKhMh3VixJV1IlA4lZtKowRvddGsoYWTb8ySqdKu+xRRU 4++3I8OYKv/7PCpMBh4F8te83+Pm9Cm3+THRuJQ6qjwE+YMUo8LZ5VRIvUqMSw== From: Gregory CLEMENT To: Andrew Lunn , Krzysztof Kozlowski Cc: Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: marvell: add missing space before { In-Reply-To: <7e458907-1961-4596-ad8e-0a20a745b501@lunn.ch> References: <20230705150018.293752-1-krzysztof.kozlowski@linaro.org> <7e458907-1961-4596-ad8e-0a20a745b501@lunn.ch> Date: Thu, 13 Jul 2023 10:47:01 +0200 Message-ID: <87o7kg2o6y.fsf@BL-laptop> MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_014706_985798_B742AEC4 X-CRM114-Status: UNSURE ( 6.59 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Andrew Lunn writes: > On Wed, Jul 05, 2023 at 05:00:17PM +0200, Krzysztof Kozlowski wrote: >> Add missing whitespace between node name/label and opening {. >> >> Signed-off-by: Krzysztof Kozlowski > > Reviewed-by: Andrew Lunn > > Andrew Applied on mvebu/dt Thanks, Gregory -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel