diff mbox series

dt-bindings: marvell,mmp2: fix a typo in bindings doc

Message ID 20181203114748.637314-1-lkundrak@v3.sk (mailing list archive)
State Changes Requested, archived
Headers show
Series dt-bindings: marvell,mmp2: fix a typo in bindings doc | expand

Commit Message

Lubomir Rintel Dec. 3, 2018, 11:47 a.m. UTC
A trivial one, but it's annoying that copy & paste of the link
doesn't work.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 Documentation/devicetree/bindings/clock/marvell,mmp2.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) Dec. 19, 2018, 5:19 p.m. UTC | #1
On Mon, Dec 03, 2018 at 12:47:48PM +0100, Lubomir Rintel wrote:
> A trivial one, but it's annoying that copy & paste of the link
> doesn't work.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  Documentation/devicetree/bindings/clock/marvell,mmp2.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
> index af376a01f2b7..b0447d9896bc 100644
> --- a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
> +++ b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
> @@ -18,4 +18,4 @@ Required Properties:
>  Each clock is assigned an identifier and client nodes use this identifier
>  to specify the clock which they consume.
>  
> -All these identifier could be found in <dt-bindings/clock/marvell-mmp2.h>.
> +All these identifier could be found in <dt-bindings/clock/marvell,mmp2.h>.

Really, should be: identifiers can be

> -- 
> 2.19.1
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
index af376a01f2b7..b0447d9896bc 100644
--- a/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
+++ b/Documentation/devicetree/bindings/clock/marvell,mmp2.txt
@@ -18,4 +18,4 @@  Required Properties:
 Each clock is assigned an identifier and client nodes use this identifier
 to specify the clock which they consume.
 
-All these identifier could be found in <dt-bindings/clock/marvell-mmp2.h>.
+All these identifier could be found in <dt-bindings/clock/marvell,mmp2.h>.