Devicetree
 help / color / mirror / Atom feed
* [PATCH] docs: devicetree: Fix typo in lvds.yaml
@ 2024-09-01 13:30 Yu-Chun Lin
  2024-09-01 15:17 ` Laurent Pinchart
  2024-09-02  7:18 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Yu-Chun Lin @ 2024-09-01 13:30 UTC (permalink / raw)
  To: laurent.pinchart, thierry.reding
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, daniel, robh,
	krzk+dt, conor+dt, dri-devel, devicetree, linux-kernel,
	visitorckw, Yu-Chun Lin

Corrected the spelling in the description of LVDS Display Common
Properties.

Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>
---
 Documentation/devicetree/bindings/display/lvds.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/lvds.yaml b/Documentation/devicetree/bindings/display/lvds.yaml
index 224db4932011..b74efbea3be2 100644
--- a/Documentation/devicetree/bindings/display/lvds.yaml
+++ b/Documentation/devicetree/bindings/display/lvds.yaml
@@ -16,7 +16,7 @@ maintainers:
 description:
   This binding extends the data mapping defined in lvds-data-mapping.yaml.
   It supports reversing the bit order on the formats defined there in order
-  to accomodate for even more specialized data formats, since a variety of
+  to accommodate for even more specialized data formats, since a variety of
   data formats and layouts is used to drive LVDS displays.
 
 properties:
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: devicetree: Fix typo in lvds.yaml
  2024-09-01 13:30 [PATCH] docs: devicetree: Fix typo in lvds.yaml Yu-Chun Lin
@ 2024-09-01 15:17 ` Laurent Pinchart
  2024-09-02  1:23   ` Kuan-Wei Chiu
  2024-09-02  7:18 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2024-09-01 15:17 UTC (permalink / raw)
  To: Yu-Chun Lin
  Cc: thierry.reding, maarten.lankhorst, mripard, tzimmermann, airlied,
	daniel, robh, krzk+dt, conor+dt, dri-devel, devicetree,
	linux-kernel, visitorckw

Hi Yu-Chun,

Thank you for the patch.

On Sun, Sep 01, 2024 at 09:30:46PM +0800, Yu-Chun Lin wrote:
> Corrected the spelling in the description of LVDS Display Common
> Properties.
> 
> Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  Documentation/devicetree/bindings/display/lvds.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/lvds.yaml b/Documentation/devicetree/bindings/display/lvds.yaml
> index 224db4932011..b74efbea3be2 100644
> --- a/Documentation/devicetree/bindings/display/lvds.yaml
> +++ b/Documentation/devicetree/bindings/display/lvds.yaml
> @@ -16,7 +16,7 @@ maintainers:
>  description:
>    This binding extends the data mapping defined in lvds-data-mapping.yaml.
>    It supports reversing the bit order on the formats defined there in order
> -  to accomodate for even more specialized data formats, since a variety of
> +  to accommodate for even more specialized data formats, since a variety of
>    data formats and layouts is used to drive LVDS displays.
>  
>  properties:

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: devicetree: Fix typo in lvds.yaml
  2024-09-01 15:17 ` Laurent Pinchart
@ 2024-09-02  1:23   ` Kuan-Wei Chiu
  0 siblings, 0 replies; 4+ messages in thread
From: Kuan-Wei Chiu @ 2024-09-02  1:23 UTC (permalink / raw)
  To: Laurent Pinchart, Yu-Chun Lin
  Cc: Yu-Chun Lin, thierry.reding, maarten.lankhorst, mripard,
	tzimmermann, airlied, daniel, robh, krzk+dt, conor+dt, dri-devel,
	devicetree, linux-kernel

On Sun, Sep 01, 2024 at 06:17:45PM +0300, Laurent Pinchart wrote:
> Hi Yu-Chun,
> 
> Thank you for the patch.
> 
> On Sun, Sep 01, 2024 at 09:30:46PM +0800, Yu-Chun Lin wrote:
> > Corrected the spelling in the description of LVDS Display Common
> > Properties.
> > 
> > Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>
LGTM. Feel free to add:

Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>

Regards,
Kuan-Wei

> > ---
> >  Documentation/devicetree/bindings/display/lvds.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/display/lvds.yaml b/Documentation/devicetree/bindings/display/lvds.yaml
> > index 224db4932011..b74efbea3be2 100644
> > --- a/Documentation/devicetree/bindings/display/lvds.yaml
> > +++ b/Documentation/devicetree/bindings/display/lvds.yaml
> > @@ -16,7 +16,7 @@ maintainers:
> >  description:
> >    This binding extends the data mapping defined in lvds-data-mapping.yaml.
> >    It supports reversing the bit order on the formats defined there in order
> > -  to accomodate for even more specialized data formats, since a variety of
> > +  to accommodate for even more specialized data formats, since a variety of
> >    data formats and layouts is used to drive LVDS displays.
> >  
> >  properties:
> 
> -- 
> Regards,
> 
> Laurent Pinchart

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: devicetree: Fix typo in lvds.yaml
  2024-09-01 13:30 [PATCH] docs: devicetree: Fix typo in lvds.yaml Yu-Chun Lin
  2024-09-01 15:17 ` Laurent Pinchart
@ 2024-09-02  7:18 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-09-02  7:18 UTC (permalink / raw)
  To: Yu-Chun Lin
  Cc: laurent.pinchart, thierry.reding, maarten.lankhorst, mripard,
	tzimmermann, airlied, daniel, robh, krzk+dt, conor+dt, dri-devel,
	devicetree, linux-kernel, visitorckw

On Sun, Sep 01, 2024 at 09:30:46PM +0800, Yu-Chun Lin wrote:
> Corrected the spelling in the description of LVDS Display Common
> Properties.
> 
> Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com>
> ---
>  Documentation/devicetree/bindings/display/lvds.yaml | 2 +-

Replacing one typo in one place is a churn. Fix several typos.

You engaged three people to review this, so three people spent their
time on reviewing and answering this trivial stuff.

Please use subject prefixes matching the subsystem. You can get them for
example with  on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-02  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01 13:30 [PATCH] docs: devicetree: Fix typo in lvds.yaml Yu-Chun Lin
2024-09-01 15:17 ` Laurent Pinchart
2024-09-02  1:23   ` Kuan-Wei Chiu
2024-09-02  7:18 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox