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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 04AD9C5ACD6 for ; Tue, 17 Mar 2020 19:25:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D50A620753 for ; Tue, 17 Mar 2020 19:25:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="OxLsh1Sv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726473AbgCQTZa (ORCPT ); Tue, 17 Mar 2020 15:25:30 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:55776 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726294AbgCQTZa (ORCPT ); Tue, 17 Mar 2020 15:25:30 -0400 Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EA292F9; Tue, 17 Mar 2020 20:25:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1584473128; bh=1J1a3nDhjILNyfZ31fOuVZ2/V7hX5L9hOruGiVgN/XU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OxLsh1Svr1+gDyY9ofWpQckY5tjmh6/JOw/OCgrtloYU6RZS1E+46UBKNyYIxySeN rFWZ6UQxAaOdh9iSxjnPmYOkolQC3L3bb8zBEzINyHknMFM6mHFF+QSTXxFMzNmPiH v6CMieiGy9et6r8agHSYYlLv2OAzpUBnAvWNLqQM= Date: Tue, 17 Mar 2020 21:25:22 +0200 From: Laurent Pinchart To: Sam Ravnborg Cc: Rob Herring , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Thierry Reding , Maxime Ripard Subject: Re: [PATCH v1 3/3] dt-bindings: display: grammar fixes in panel/ Message-ID: <20200317192522.GD2527@pendragon.ideasonboard.com> References: <20200314153047.2486-1-sam@ravnborg.org> <20200314153047.2486-4-sam@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200314153047.2486-4-sam@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 > allOf: > - $ref: display-timings.yaml# > -- Regards, Laurent Pinchart 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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 F063EC1975A for ; Tue, 17 Mar 2020 19:25:30 +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 C87692073E for ; Tue, 17 Mar 2020 19:25:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="OxLsh1Sv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C87692073E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com 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 56F2D6E81D; Tue, 17 Mar 2020 19:25:30 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 76DC16E81D for ; Tue, 17 Mar 2020 19:25:29 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id EA292F9; Tue, 17 Mar 2020 20:25:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1584473128; bh=1J1a3nDhjILNyfZ31fOuVZ2/V7hX5L9hOruGiVgN/XU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OxLsh1Svr1+gDyY9ofWpQckY5tjmh6/JOw/OCgrtloYU6RZS1E+46UBKNyYIxySeN rFWZ6UQxAaOdh9iSxjnPmYOkolQC3L3bb8zBEzINyHknMFM6mHFF+QSTXxFMzNmPiH v6CMieiGy9et6r8agHSYYlLv2OAzpUBnAvWNLqQM= Date: Tue, 17 Mar 2020 21:25:22 +0200 From: Laurent Pinchart To: Sam Ravnborg Subject: Re: [PATCH v1 3/3] dt-bindings: display: grammar fixes in panel/ Message-ID: <20200317192522.GD2527@pendragon.ideasonboard.com> References: <20200314153047.2486-1-sam@ravnborg.org> <20200314153047.2486-4-sam@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200314153047.2486-4-sam@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) 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 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 > allOf: > - $ref: display-timings.yaml# > -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel