diff mbox

Documentation: of: fix typo in graph bindings

Message ID 1420452136-76466-1-git-send-email-xiakaixu@huawei.com
State Accepted, archived
Commit 9d45e8818099ae02ee617550423ce7c29e32d1d8
Headers show

Commit Message

Kaixu Xia Jan. 5, 2015, 10:02 a.m. UTC
Just fix a minor typo about the example path.

Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>
---
 Documentation/devicetree/bindings/graph.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philipp Zabel Jan. 5, 2015, 10:37 a.m. UTC | #1
Am Montag, den 05.01.2015, 18:02 +0800 schrieb Kaixu Xia:
> Just fix a minor typo about the example path.
> 
> Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>

thanks
Philipp

> ---
>  Documentation/devicetree/bindings/graph.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt
> index 1a69c07..fcb1c6a 100644
> --- a/Documentation/devicetree/bindings/graph.txt
> +++ b/Documentation/devicetree/bindings/graph.txt
> @@ -19,7 +19,7 @@ type of the connections, they just map their existence. Specific properties
>  may be described by specialized bindings depending on the type of connection.
>  
>  To see how this binding applies to video pipelines, for example, see
> -Documentation/device-tree/bindings/media/video-interfaces.txt.
> +Documentation/devicetree/bindings/media/video-interfaces.txt.
>  Here the ports describe data interfaces, and the links between them are
>  the connecting data buses. A single port with multiple connections can
>  correspond to multiple devices being connected to the same physical bus.

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rob Herring Jan. 13, 2015, 8:04 p.m. UTC | #2
On Mon, Jan 5, 2015 at 4:02 AM, Kaixu Xia <xiakaixu@huawei.com> wrote:
> Just fix a minor typo about the example path.
>
> Signed-off-by: Kaixu Xia <xiakaixu@huawei.com>

Applied for 3.20. Thanks.

> ---
>  Documentation/devicetree/bindings/graph.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt
> index 1a69c07..fcb1c6a 100644
> --- a/Documentation/devicetree/bindings/graph.txt
> +++ b/Documentation/devicetree/bindings/graph.txt
> @@ -19,7 +19,7 @@ type of the connections, they just map their existence. Specific properties
>  may be described by specialized bindings depending on the type of connection.
>
>  To see how this binding applies to video pipelines, for example, see
> -Documentation/device-tree/bindings/media/video-interfaces.txt.
> +Documentation/devicetree/bindings/media/video-interfaces.txt.
>  Here the ports describe data interfaces, and the links between them are
>  the connecting data buses. A single port with multiple connections can
>  correspond to multiple devices being connected to the same physical bus.
> --
> 1.8.5.5
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/graph.txt b/Documentation/devicetree/bindings/graph.txt
index 1a69c07..fcb1c6a 100644
--- a/Documentation/devicetree/bindings/graph.txt
+++ b/Documentation/devicetree/bindings/graph.txt
@@ -19,7 +19,7 @@  type of the connections, they just map their existence. Specific properties
 may be described by specialized bindings depending on the type of connection.
 
 To see how this binding applies to video pipelines, for example, see
-Documentation/device-tree/bindings/media/video-interfaces.txt.
+Documentation/devicetree/bindings/media/video-interfaces.txt.
 Here the ports describe data interfaces, and the links between them are
 the connecting data buses. A single port with multiple connections can
 correspond to multiple devices being connected to the same physical bus.