diff mbox

stmmac.txt: fix typo

Message ID 20140818215928.GA4400@amd
State Superseded, archived
Headers show

Commit Message

Pavel Machek Aug. 18, 2014, 9:59 p.m. UTC
Fix typo in devicetree example.
    
Signed-off-by: Pavel Machek <pavel@denx.de>

Comments

Mark Rutland Aug. 19, 2014, 11:22 a.m. UTC | #1
On Mon, Aug 18, 2014 at 10:59:28PM +0100, Pavel Machek wrote:
> Fix typo in devicetree example.
>     
> Signed-off-by: Pavel Machek <pavel@denx.de>

Looks sane to me:

Acked-by: Mark Rutland <mark.rutland@arm.com>

> 
> diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
> index f319112..4012b5c 100644
> --- a/Documentation/devicetree/bindings/net/stmmac.txt
> +++ b/Documentation/devicetree/bindings/net/stmmac.txt
> @@ -49,5 +49,5 @@ Examples:
>  		max-frame-size = <3800>;
>  		phy-mode = "gmii";
>  		clocks = <&clock>;
> -		clock-names = "stmmaceth">;
> +		clock-names = "stmmaceth";
>  	};
> 
> -- 
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
> 
--
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/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt
index f319112..4012b5c 100644
--- a/Documentation/devicetree/bindings/net/stmmac.txt
+++ b/Documentation/devicetree/bindings/net/stmmac.txt
@@ -49,5 +49,5 @@  Examples:
 		max-frame-size = <3800>;
 		phy-mode = "gmii";
 		clocks = <&clock>;
-		clock-names = "stmmaceth">;
+		clock-names = "stmmaceth";
 	};