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 CEC3AEB64DA for ; Sat, 8 Jul 2023 19:07:20 +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=zC4EVAuEcBhFq/tvJHViYuV132IEcsSjLjHe0eYLLRY=; b=3yQMqqNxhJHpMq Z/vrhUH0Kv32md6+KUcpxiXuIkj7o1tTQ/pZ4MDCLBZMYgJITlu7vQdPFUSyI45Wt5ut6GLvgrjHP ydf5cXdejjVNNioqCzkO1nDnHPvRdI7SOUIpTvaB+GLMFao/4OLl7beAhBG7jiu4LCj3cVCdmXRKp 8mF3kWKdELKkcqeLifFtlT4M5PLBXWsHmer72gLSAIoBey0MlZeg566n9JYcwddV9yiP/i+W3Ev0d ls2PW8t8nmNBzFLc5kTsYxI3tnPK6ZBRyJf40mjCvLOh/GyPAJTT+br1IIrMHmkAmHy/S/pU0CjS7 +3wx3srYshfCxmu6XmWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qIDGh-007jPl-2H; Sat, 08 Jul 2023 19:06:55 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qIDGf-007jOr-26 for linux-arm-kernel@lists.infradead.org; Sat, 08 Jul 2023 19:06:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=JZmsEojQcNKGj5+sFMVWYPLL0wVDj41CCFXj/MtodPs=; b=pVmjOtper7Y5vEQsDfoiLXMUSt V1J4OnooQswJE+f9l6k/a2YDnP8CopCucdRqqlpXo9zCwjmvoD+e9JDMm5F1oJeVmzJckpSkd3Leo 1wsBNAulET+pFCfNGt7gzAddodFHQ3aEOM3GNwxcXFI4Z14fo47JFTIk+Y8H8r+LFb3A=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qIDGd-000pRJ-94; Sat, 08 Jul 2023 21:06:51 +0200 Date: Sat, 8 Jul 2023 21:06:51 +0200 From: Andrew Lunn To: Krzysztof Kozlowski Cc: Gregory Clement , 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 2/2] arm64: dts: marvell: add missing space before { Message-ID: References: <20230705150018.293752-1-krzysztof.kozlowski@linaro.org> <20230705150018.293752-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230705150018.293752-2-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230708_120653_693888_A7160177 X-CRM114-Status: UNSURE ( 7.00 ) 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 On Wed, Jul 05, 2023 at 05:00:18PM +0200, Krzysztof Kozlowski wrote: > Add missing whitespace between node name/label and opening {. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andrew Lunn Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel