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 X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B6C2C433FB for ; Thu, 25 Mar 2021 16:48:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E898761934 for ; Thu, 25 Mar 2021 16:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230009AbhCYQr5 (ORCPT ); Thu, 25 Mar 2021 12:47:57 -0400 Received: from mail-il1-f181.google.com ([209.85.166.181]:37832 "EHLO mail-il1-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229782AbhCYQr3 (ORCPT ); Thu, 25 Mar 2021 12:47:29 -0400 Received: by mail-il1-f181.google.com with SMTP id z9so2678190ilb.4; Thu, 25 Mar 2021 09:47:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HVnVN03MoHYDxmuTNrFMILoKYIQFoiOcDb3ed6T1M/A=; b=t6Axj6Ce5ZYisFhzb/BDCcsyXnQ9M/nrxIS53G0Klw4/S99ETvIed5NZkdxYKZfGsw WO/OobNUiUOXoRGdORslbUNnP4X2WTfypTs6dSk8lUxw8LjBXAF59msS+LbkPy4GHPvH s+mlYSwPqTgiZFvTjht8ubbwTNNXD1c4DW1T+Z2yLwn/191hXWDNZ+LQvESgfZElqNc0 zoxRESFFzpuQffiSG4vC+R3HWf+WawpIq5eYoQLJYe5K5+uVCSJ9/MvWeZBD8Llu40jf 0AbtwdpwywrLFGFw+Dsqh5flPFRa0aBw24sUNBYuIGwk6cyJIUtsDieMOSa/p8Sk2ybt thJA== X-Gm-Message-State: AOAM530c9+ifYI5KI5UsUpxS2agzhBIe5O0zHEuNtlNO4aUVDYrkYx+3 JtdqJ6i9k4u2hxkiEE1NwiSHIiM5Lw== X-Google-Smtp-Source: ABdhPJwIxXowAHmdEfZ3GeEk9/iuTGEX0VP/cbilNoFbZSZ9aihbcjBN5V9ibGnMr78n/U/ZEVAZJw== X-Received: by 2002:a05:6e02:925:: with SMTP id o5mr2552083ilt.307.1616690848259; Thu, 25 Mar 2021 09:47:28 -0700 (PDT) Received: from xps15.herring.priv ([64.188.179.253]) by smtp.googlemail.com with ESMTPSA id h13sm2868615ila.82.2021.03.25.09.47.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Mar 2021 09:47:26 -0700 (PDT) From: Rob Herring To: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Frank Rowand , Lee Jones , Mauro Carvalho Chehab , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 2/8] docs: dt: writing-schema: Remove spurious indentation Date: Thu, 25 Mar 2021 10:47:07 -0600 Message-Id: <20210325164713.1296407-3-robh@kernel.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210325164713.1296407-1-robh@kernel.org> References: <20210325164713.1296407-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 'allOf' and 'properties' have a leading space which causes them to be indented in the doc output. Cc: Frank Rowand Cc: Mauro Carvalho Chehab Signed-off-by: Rob Herring --- Documentation/devicetree/writing-schema.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/writing-schema.rst b/Documentation/devicetree/writing-schema.rst index 16f21e182ff6..03e279d8fd6a 100644 --- a/Documentation/devicetree/writing-schema.rst +++ b/Documentation/devicetree/writing-schema.rst @@ -46,12 +46,12 @@ select schema. By default without 'select', nodes are matched against their possible compatible string values or node name. Most bindings should not need select. - allOf +allOf Optional. A list of other schemas to include. This is used to include other schemas the binding conforms to. This may be schemas for a particular class of devices such as I2C or SPI controllers. - properties +properties A set of sub-schema defining all the DT properties for the binding. The exact schema syntax depends on whether properties are known, common properties (e.g. 'interrupts') or are binding/vendor specific properties. -- 2.27.0