2021-06-02 15:45:39

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo

The file name: Documentation/device-tree/bindings/mux/mux-controller.yaml
should be, instead: Documentation/devicetree/bindings/mux/mux-controller.yaml.

Update its cross-reference accordingly.

Fixes: a66cec598f49 ("dt-bindings: iio: multiplexer: Convert io-channel-mux bindings to DT schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
.../devicetree/bindings/iio/multiplexer/io-channel-mux.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
index 37382b85f2b8..f37586702489 100644
--- a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
+++ b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
@@ -17,7 +17,7 @@ description: |
created. The number of this io-channel is the same as the index into the list
of strings in the channels property, and also matches the mux controller
state. The mux controller state is described in
- Documentation/device-tree/bindings/mux/mux-controller.yaml
+ Documentation/devicetree/bindings/mux/mux-controller.yaml

properties:

--
2.31.1


2021-06-02 21:07:56

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 06/12] dt-bindings: iio: io-channel-mux.yaml: fix a typo

On Wed, 02 Jun 2021 17:43:12 +0200, Mauro Carvalho Chehab wrote:
> The file name: Documentation/device-tree/bindings/mux/mux-controller.yaml
> should be, instead: Documentation/devicetree/bindings/mux/mux-controller.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: a66cec598f49 ("dt-bindings: iio: multiplexer: Convert io-channel-mux bindings to DT schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> .../devicetree/bindings/iio/multiplexer/io-channel-mux.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!