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 BF65EC77B76 for ; Mon, 17 Apr 2023 09:08:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230445AbjDQJIy (ORCPT ); Mon, 17 Apr 2023 05:08:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230181AbjDQJIx (ORCPT ); Mon, 17 Apr 2023 05:08:53 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 864AA26B8; Mon, 17 Apr 2023 02:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1681722522; x=1713258522; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=m8aASMkvQM9MGebrTwvix2EO5nQR6qeGOss5wQyHKgw=; b=WStaXL3qTAE9ybfVUxYfibH577Pg6dZl4fk52dH3CcVmZ1+N068bxUQ+ Rg52eYXJvNP/QmY37MeEaAduPhZVaEfF+O85Xznt/UcijbvOIYVX4oXi5 Aas3IQH7ljBF/SoKA2Yq+ErQyriGOykalVHQw/+Xbf18YqWCIm6J+jyYH bceg1i6QoHIIrZOVqrVFdRxbKz+lbTFN/6NHvcx4IIt1UrPsXmyDMFWxK DuCUcXqK6nd3OWXYvnNvsdRCrSzxYYA2UiqIfEi7LJTbda56p8VvI+dUI QImLrn6rU1F1tXfCnpeX72W4QOWl1WcmxRAago+NnkfYeUKsqBK1yC+Hg w==; X-IronPort-AV: E=Sophos;i="5.99,203,1677567600"; d="scan'208";a="147374424" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 17 Apr 2023 02:08:40 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 17 Apr 2023 02:08:37 -0700 Received: from [10.159.245.112] (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Mon, 17 Apr 2023 02:08:28 -0700 Message-ID: <8a76d193-7a01-9ec5-40e8-65fcb039f708@microchip.com> Date: Mon, 17 Apr 2023 11:08:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 2/6] dt-bindings: watchdog: indentation, quotes and white-space cleanup Content-Language: en-US To: Krzysztof Kozlowski , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Neil Armstrong , Kevin Hilman , "Jerome Brunet" , Martin Blumenstingl , Julius Werner , Evan Benn , Alexandre Belloni , Claudiu Beznea , Florian Fainelli , Broadcom internal kernel review list , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Matthias Brugger , AngeloGioacchino Del Regno , Andy Gross , Bjorn Andersson , Konrad Dybcio , Sander Vanheule , "Maxime Coquelin" , Alexandre Torgue , Nobuhiro Iwamatsu , Geert Uytterhoeven , Magnus Damm , Fu Wei , Viresh Kumar , Eugen Hristev , Justin Chen , =?UTF-8?B?77+9ZWNraQ==?= , Linus Walleij , Corentin Labbe , Anson Huang , Robert Marko , "Sergio Paracuellos" , Sai Prakash Ranjan , Wolfram Sang , Jamie Iles , Yannick Fertre , Christophe Roullier , Shubhrajyoti Datta , Srinivas Neeli , , , , , , , , , References: <20230415095112.51257-1-krzysztof.kozlowski@linaro.org> <20230415095112.51257-2-krzysztof.kozlowski@linaro.org> From: Nicolas Ferre Organization: microchip In-Reply-To: <20230415095112.51257-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 On 15/04/2023 at 11:51, Krzysztof Kozlowski wrote: > Minor cleanup without functional impact: > 1. Indent DTS examples to preferred four-spaces (more readable for DTS), > 2. Drop unneeded quotes, > 3. Add/drop blank lines to make the code readable. > > Signed-off-by: Krzysztof Kozlowski > --- [..] > .../bindings/watchdog/atmel,sama5d4-wdt.yaml | 14 ++++---- [..] For Microchip: Acked-by: Nicolas Ferre Thanks Krzysztof, best regards, Nicolas -- Nicolas Ferre