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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 CAAEEC4332B for ; Sat, 21 Mar 2020 21:04:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A4CD520753 for ; Sat, 21 Mar 2020 21:04:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A4CD520753 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ravnborg.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3F4D16E365; Sat, 21 Mar 2020 21:04:17 +0000 (UTC) Received: from asavdk4.altibox.net (asavdk4.altibox.net [109.247.116.15]) by gabe.freedesktop.org (Postfix) with ESMTPS id 133896E365 for ; Sat, 21 Mar 2020 21:04:15 +0000 (UTC) Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id D5B2E8050E; Sat, 21 Mar 2020 22:04:12 +0100 (CET) Date: Sat, 21 Mar 2020 22:04:11 +0100 From: Sam Ravnborg To: Laurent Pinchart Subject: Re: [PATCH v1 3/3] dt-bindings: display: grammar fixes in panel/ Message-ID: <20200321210411.GA17581@ravnborg.org> References: <20200314153047.2486-1-sam@ravnborg.org> <20200314153047.2486-4-sam@ravnborg.org> <20200317192522.GD2527@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200317192522.GD2527@pendragon.ideasonboard.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=XpTUx2N9 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=kj9zAlcOel0A:10 a=7gkXJVJtAAAA:8 a=P1BnusSwAAAA:8 a=VwQbUJbxAAAA:8 a=gEfo2CItAAAA:8 a=pGLkceISAAAA:8 a=D-DU-lTQCvLRNRuGbxsA:9 a=CjuIK1q_8ugA:10 a=E9Po1WZjFZOl8hwRPBS3:22 a=D0XLA9XvdZm18NrgonBM:22 a=AjGcO6oz07-iQ99wixmX:22 a=sptkURWiP4Gy88Gu7hUp:22 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thierry Reding , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Laurent. On Tue, Mar 17, 2020 at 09:25:22PM +0200, Laurent Pinchart wrote: > Hi Sam, > > Thank you for the patch. > > On Sat, Mar 14, 2020 at 04:30:47PM +0100, Sam Ravnborg wrote: > > Fix a few grammar/editorial issues spotted by Laurent Pinchart. > > > > Signed-off-by: Sam Ravnborg > > Cc: Laurent Pinchart > > Cc: Rob Herring > > --- > > .../bindings/display/panel/display-timings.yaml | 8 ++++---- > > .../devicetree/bindings/display/panel/panel-common.yaml | 4 ++-- > > 2 files changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/panel/display-timings.yaml b/Documentation/devicetree/bindings/display/panel/display-timings.yaml > > index c8c0c9cb0492..56903ded005e 100644 > > --- a/Documentation/devicetree/bindings/display/panel/display-timings.yaml > > +++ b/Documentation/devicetree/bindings/display/panel/display-timings.yaml > > @@ -4,7 +4,7 @@ > > $id: http://devicetree.org/schemas/display/panel/display-timings.yaml# > > $schema: http://devicetree.org/meta-schemas/core.yaml# > > > > -title: display timing bindings > > +title: display timings bindings > > > > maintainers: > > - Thierry Reding > > @@ -14,7 +14,7 @@ maintainers: > > description: | > > A display panel may be able to handle several display timings, > > with different resolutions. > > - The display-timings node makes it possible to specify the timing > > + The display-timings node makes it possible to specify the timings > > and to specify the timing that is native for the display. > > > > properties: > > @@ -25,8 +25,8 @@ properties: > > $ref: /schemas/types.yaml#/definitions/phandle > > description: | > > The default display timing is the one specified as native-mode. > > - If no native-mode is specified then the first node is assumed the > > - native mode. > > + If no native-mode is specified then the first node is assumed > > + to be the native mode. > > > > patternProperties: > > "^timing": > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.yaml b/Documentation/devicetree/bindings/display/panel/panel-common.yaml > > index ed051ba12084..dee4faffd204 100644 > > --- a/Documentation/devicetree/bindings/display/panel/panel-common.yaml > > +++ b/Documentation/devicetree/bindings/display/panel/panel-common.yaml > > @@ -63,9 +63,9 @@ properties: > > > > display-timings: > > description: > > - Some display panels supports several resolutions with different timing. > > + Some display panels supports several resolutions with different timings. > > s/supports/support/ > > > The display-timings bindings supports specifying several timings and > > - optional specify which is the native mode. > > + optionally specify which is the native mode. > > s/specify/specifying/ ? > > Reviewed-by: Laurent Pinchart Fixed the above and applied this patch to drm-misc-next. The other patches awaits that drm-misc-next-fixes is ready Sam _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel