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 DA556EB64DD for ; Wed, 5 Jul 2023 15:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232871AbjGEPJE (ORCPT ); Wed, 5 Jul 2023 11:09:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232978AbjGEPJD (ORCPT ); Wed, 5 Jul 2023 11:09:03 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7E0DFF; Wed, 5 Jul 2023 08:08:57 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 20F2A6606FB9; Wed, 5 Jul 2023 16:08:55 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1688569735; bh=DAB/xdBSvdk3RQQGk/co/EsQruolCJBIE0IeITasuzg=; h=Date:Subject:To:References:From:In-Reply-To:From; b=H+RuK76CTC+QqMt3GE9bTfdoI5f9y4aLREMsq1fvrfZh5+GCQMW4zNngSJ5QLpp7f 7T7uwV6eN9jqj1uGVjqitMbqfzo/o3ki7ZarLD9u6SpbOsJR+CJZ5kIqnyCAcaOYBm fOc6XKowB0oZ/FU40d2ehg6FfjCyOl7SFOB/ybOwg+X/xTxvd5X5eC1R3cl2f7aI+B S+Qxir/ZtCWmpwlUCnSRCNrdUhhLh10/BfpYX+qPNlDGkfIfBpItNOuLN+0dMKZN8D Q4TcoBth4YdZwPKkZ/lfiOcXy8NxZ8aP92LYwwVywrJGQ/sAPOiJw6dfjrPbb+bKiL hfFd4a8pHykAw== Message-ID: <09f599b0-acdb-e946-3aab-27f9dbffc3f6@collabora.com> Date: Wed, 5 Jul 2023 17:08:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 2/2] arm64: dts: mediatek: add missing space before { Content-Language: en-US To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20230705150006.293690-1-krzysztof.kozlowski@linaro.org> <20230705150006.293690-2-krzysztof.kozlowski@linaro.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230705150006.293690-2-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 05/07/23 17:00, Krzysztof Kozlowski ha scritto: > Add missing whitespace between node name/label and opening {. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno