Documentation: of: fix typo in graph bindings
authorKaixu Xia <xiakaixu@huawei.com>
Mon, 5 Jan 2015 10:02:16 +0000 (18:02 +0800)
committerRob Herring <robh@kernel.org>
Tue, 13 Jan 2015 19:55:22 +0000 (13:55 -0600)
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>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/graph.txt

index 1a69c07..fcb1c6a 100644 (file)
@@ -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.