Message ID | 20240901133046.962263-1-eleanor15x@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: devicetree: Fix typo in lvds.yaml | expand |
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:
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
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
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:
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(-)