Message ID | 20221223162231.120216-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | bbd9b7e19be9709f5feef23c1994ab4302c454d1 |
Headers | show |
Series | dt-bindings: iio: adc: maxim,max1363: fix interface typo | expand |
On Fri, 23 Dec 2022 17:22:31 +0100 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > Correct inteface->interface in description. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Thanks for tidying this up. Applied. > --- > Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml > index e04f09f35601..96f3f535fe34 100644 > --- a/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml > @@ -10,7 +10,7 @@ maintainers: > - Jonathan Cameron <jic23@kernel.org> > > description: | > - Family of ADCs with i2c inteface, internal references and threshold > + Family of ADCs with i2c interface, internal references and threshold > monitoring. > > properties:
diff --git a/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml b/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml index e04f09f35601..96f3f535fe34 100644 --- a/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml +++ b/Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml @@ -10,7 +10,7 @@ maintainers: - Jonathan Cameron <jic23@kernel.org> description: | - Family of ADCs with i2c inteface, internal references and threshold + Family of ADCs with i2c interface, internal references and threshold monitoring. properties:
Correct inteface->interface in description. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/iio/adc/maxim,max1363.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)