Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2534322pxb; Tue, 9 Mar 2021 05:09:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJywxHo1+b7rgHMLuvST22e1wr7o1L4YLBzO2kfqJDam1dGddwtJ3iJKSF3MFE1siDeEWHo4 X-Received: by 2002:a05:6402:31b7:: with SMTP id dj23mr4048697edb.245.1615295373377; Tue, 09 Mar 2021 05:09:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615295373; cv=none; d=google.com; s=arc-20160816; b=G/nFV80+Wlq9/88BwoEZPlLk6POs2WOA2w88RjJ6vM+F6Ejb5RYKkqBPIM65UODen4 GKaF9H7TnSm7LzVg9zp5wAEkuhbjD027OpdEwCqTW9Ah27Gf8ceOLGqNq9ntu7B85+GW P+7dInLobLYpp85R+gt2zK1oVFl2BvejKsutlsHsQeFbSrI5W1jy8LCD8h0xYLNocc1S i2jwN1nR8WkNSNqBos25tNGUXI01u2MXtdQF+LV7Io+p3P6fJw/1uRhns5ptNJDHiM3u hzwba/bfUFa1ujjq25oHhpOFJ9tjYCAVXRveFKM4p6BcbNk3XOYHeJ6d6X1Ftj9XNBOL r9Rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=bIp15UQDa+RB4ZCKSpvdJiSZJCfPhEHifcirL+4MfCA=; b=moEg8kZWAvshHBc9P8jnzWpsJiEz7BF9DZ9A3/Htfxfob1cXto4DgpmwN1Ml2HuSD9 LJUnOV0TWNw+wQhOkcMTugpdbZq9Wx11GVDkVtjEwQ9MtH4y8VS/cIVsKCNoIUXdnOIt eutnnQuadRjVy/92qKZCH5p2gXs8DACt599f1r5YNemB3BtDyp7IVn8+3QJI6Qs+ah9e lAaWbRvvmbmv4IbeK5JldqkzwnxwrnWnp37k1Lvnsef6eBvzUMUeZEsGcRT91e/u0bTP DZqH9Q4OrrtHTpC5bghyx5pAi2lg914EbAo9+Dto8CBZ3ORA/eRlwX6MdLa9P+ox8edx jhtQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bi6si8748549edb.419.2021.03.09.05.09.10; Tue, 09 Mar 2021 05:09:33 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230503AbhCINHW (ORCPT + 99 others); Tue, 9 Mar 2021 08:07:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231314AbhCINGy (ORCPT ); Tue, 9 Mar 2021 08:06:54 -0500 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 747AEC06174A for ; Tue, 9 Mar 2021 05:06:54 -0800 (PST) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:cc57:dd66:c63b:c8e4]) by andre.telenet-ops.be with bizsmtp id eD6r2400h1C546401D6rLT; Tue, 09 Mar 2021 14:06:52 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lJc4Z-006IN8-Hb; Tue, 09 Mar 2021 14:06:51 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1lJc4Z-009j8c-35; Tue, 09 Mar 2021 14:06:51 +0100 From: Geert Uytterhoeven To: Rob Herring , Jonathan Corbet Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] docs: dt: submitting-patches: Fix grammar in subsystem section Date: Tue, 9 Mar 2021 14:06:50 +0100 Message-Id: <20210309130650.2318419-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reword the subsystem bindings section to make sense, from a grammatical point of view. Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/submitting-patches.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst index 68129ff09967d5d7..1d11c25249ff5465 100644 --- a/Documentation/devicetree/bindings/submitting-patches.rst +++ b/Documentation/devicetree/bindings/submitting-patches.rst @@ -75,8 +75,8 @@ II. For kernel maintainers binding, and it hasn't received an Acked-by from the devicetree maintainers after a few weeks, go ahead and take it. - Subsystem bindings (anything affecting more than a single device) - then getting a devicetree maintainer to review it is required. + For subsystem bindings (anything affecting more than a single device), + getting a devicetree maintainer to review it is required. 3) For a series going though multiple trees, the binding patch should be kept with the driver using the binding. -- 2.25.1