From: Pavel Machek Date: Mon, 18 Aug 2014 21:59:28 +0000 (+0200) Subject: stmmac.txt: fix typo X-Git-Tag: firefly_0821_release~176^2~1608^2~102 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=924064e93970a1b45d83ac67165f0570f4649e0f;p=firefly-linux-kernel-4.4.55.git stmmac.txt: fix typo Fix typo in devicetree example. Signed-off-by: Pavel Machek Acked-by: Mark Rutland Signed-off-by: Jiri Kosina --- diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index 9b03c57563a4..bc5c5ac35193 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -54,5 +54,5 @@ Examples: snps,multicast-filter-bins = <256>; snps,perfect-filter-entries = <128>; clocks = <&clock>; - clock-names = "stmmaceth">; + clock-names = "stmmaceth"; };