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 7CD10C76196 for ; Fri, 17 Mar 2023 18:54:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229543AbjCQSyJ (ORCPT ); Fri, 17 Mar 2023 14:54:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbjCQSyF (ORCPT ); Fri, 17 Mar 2023 14:54:05 -0400 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 887E59013; Fri, 17 Mar 2023 11:54:03 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id s4so2704928ioj.11; Fri, 17 Mar 2023 11:54:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679079243; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=WNSHz0dzaPcGaUhlIQ9DFb3eNhyN85VR7QYislCiJVQ=; b=cqQAuLyUOQuo65JmSkqVZ/Vr2Pkb2Iup09ibiiCD3TZEZnoZjOlNy0zijcl4hQZilB e036pqpA5UkTOwSJxnvtvF8Fuewsj4LuZxADyl1WMNRiQS20Lx4008GoNaGQYE0tFuOd NfAn5PYBYDeT8ZapTYCnlzlOQzxgHnhvUvNlpShFy+4bB0n+2V1nyBkqwLp2M3K1RlcR ROw2BFrFhD0fq7Y1Bf3As26ybm7AO17Rglh6X/utkEo/pA2fVLbkwJVIu6zdppfdtMjR DRdSjbAtqxaReVLulYWIRiWbAWAERNSYTQIboQGB390pA8EB5lC2voR0gqqBV/0Li+Us P7KQ== X-Gm-Message-State: AO0yUKVgBmEwiqNr76Gwk+Oeq5i6n7wCZJql+WZgJmzJ5lcbdb5Vekjq m1drzzCeeh6xxoGKh1rQFA== X-Google-Smtp-Source: AK7set/gD0bGTFLwn5DkoYxx6k8UNj0sDqJd4mHH7QgY1nqHumy8NlPpI/IcSPxvF032BSb1iUq40A== X-Received: by 2002:a6b:e406:0:b0:74e:3b0f:4498 with SMTP id u6-20020a6be406000000b0074e3b0f4498mr400547iog.7.1679079242821; Fri, 17 Mar 2023 11:54:02 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id b44-20020a0295af000000b004035b26b6d8sm912267jai.2.2023.03.17.11.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Mar 2023 11:54:02 -0700 (PDT) Received: (nullmailer pid 2618097 invoked by uid 1000); Fri, 17 Mar 2023 18:54:00 -0000 Date: Fri, 17 Mar 2023 13:54:00 -0500 From: Rob Herring To: arinc9.unal@gmail.com Cc: Daniel Golle , Krzysztof Kozlowski , Andy Teng , Landen Chao , linux-kernel@vger.kernel.org, Zhiyong Tao , Sean Wang , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, DENG Qingfang , Luiz Angelo Daros de Luca , Matthias Brugger , Hui Liu , Daniel Santos , linux-mediatek@lists.infradead.org, Frank Wunderlich , linux-mips@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , Del Regno , =?UTF-8?Q?Bernhard_Rosenkr=C3=A4nzer?= , Rob Herring , Linus Walleij , Sergio Paracuellos , erkin.bozoglu@xeront.com, William Dean , Sean Wang Subject: Re: [PATCH v2 06/21] dt-bindings: pinctrl: ralink: move additionalProperties to top Message-ID: <167907923981.2618031.9946159444970518703.robh@kernel.org> References: <20230313205921.35342-1-arinc.unal@arinc9.com> <20230313205921.35342-7-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230313205921.35342-7-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 13 Mar 2023 23:59:06 +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Move additionalProperties to the top. It's easier to read than after a long > indented section. > > Signed-off-by: Arınç ÜNAL > --- > .../devicetree/bindings/pinctrl/ralink,mt7620-pinctrl.yaml | 7 +++---- > .../devicetree/bindings/pinctrl/ralink,mt7621-pinctrl.yaml | 7 +++---- > .../devicetree/bindings/pinctrl/ralink,rt2880-pinctrl.yaml | 7 +++---- > .../devicetree/bindings/pinctrl/ralink,rt305x-pinctrl.yaml | 7 +++---- > .../devicetree/bindings/pinctrl/ralink,rt3883-pinctrl.yaml | 7 +++---- > 5 files changed, 15 insertions(+), 20 deletions(-) > Reviewed-by: Rob Herring