All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description
@ 2022-12-16  0:40 Fabio Estevam
  2022-12-16 11:30 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2022-12-16  0:40 UTC (permalink / raw)
  To: jic23
  Cc: robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree, Fabio Estevam

Fix a typo in the description, where "interface" is spelled incorrectly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
index 50bcd72ac9d6..60d7b34e3286 100644
--- a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
@@ -10,7 +10,7 @@ maintainers:
   - Jonathan Cameron <jic23@kernel.org>
 
 description: |
-  Family of simple ADCs with i2c inteface and internal references.
+  Family of simple ADCs with i2c interface and internal references.
 
 properties:
   compatible:
-- 
2.25.1


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

* Re: [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description
  2022-12-16  0:40 [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description Fabio Estevam
@ 2022-12-16 11:30 ` Krzysztof Kozlowski
  2022-12-23 16:04   ` Jonathan Cameron
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-16 11:30 UTC (permalink / raw)
  To: Fabio Estevam, jic23
  Cc: robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree

On 16/12/2022 01:40, Fabio Estevam wrote:
> Fix a typo in the description, where "interface" is spelled incorrectly.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
> index 50bcd72ac9d6..60d7b34e3286 100644
> --- a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml

While fixing such, fix also max1363 in the same patch. Or maybe even
more files (but then usually split per maintainer).

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description
  2022-12-16 11:30 ` Krzysztof Kozlowski
@ 2022-12-23 16:04   ` Jonathan Cameron
  2022-12-23 16:23     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2022-12-23 16:04 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Fabio Estevam, robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree

On Fri, 16 Dec 2022 12:30:42 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> On 16/12/2022 01:40, Fabio Estevam wrote:
> > Fix a typo in the description, where "interface" is spelled incorrectly.
> > 
> > Signed-off-by: Fabio Estevam <festevam@denx.de>
> > ---
> >  Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
> > index 50bcd72ac9d6..60d7b34e3286 100644
> > --- a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
> > +++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml  
> 
> While fixing such, fix also max1363 in the same patch. Or maybe even
> more files (but then usually split per maintainer).

Absolutely agree that it would be good to fix the other instances.
Still, I'm not going to not take the one fix in front of me today
whilst waiting on that ;)

Applied to the togreg branch of iio.git.

Thanks,

Jonathan

> 
> Best regards,
> Krzysztof
> 


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

* Re: [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description
  2022-12-23 16:04   ` Jonathan Cameron
@ 2022-12-23 16:23     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-23 16:23 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Fabio Estevam, robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree

On 23/12/2022 17:04, Jonathan Cameron wrote:
> On Fri, 16 Dec 2022 12:30:42 +0100
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:
> 
>> On 16/12/2022 01:40, Fabio Estevam wrote:
>>> Fix a typo in the description, where "interface" is spelled incorrectly.
>>>
>>> Signed-off-by: Fabio Estevam <festevam@denx.de>
>>> ---
>>>  Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
>>> index 50bcd72ac9d6..60d7b34e3286 100644
>>> --- a/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml
>>> +++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1238.yaml  
>>
>> While fixing such, fix also max1363 in the same patch. Or maybe even
>> more files (but then usually split per maintainer).
> 
> Absolutely agree that it would be good to fix the other instances.
> Still, I'm not going to not take the one fix in front of me today
> whilst waiting on that ;)

It's also quite a churn to do reviews/commits/applies for such trivial
(without functional impact) stuff per each commit... but if that's okay
with you, let it be. I sent one for max1363.

More commits towards next LWN stats :)

Best regards,
Krzysztof


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

end of thread, other threads:[~2022-12-23 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16  0:40 [PATCH] dt-bindings: iio: adc: max1238: Fix a typo in the description Fabio Estevam
2022-12-16 11:30 ` Krzysztof Kozlowski
2022-12-23 16:04   ` Jonathan Cameron
2022-12-23 16:23     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.