From: Pavel Machek Date: Mon, 18 Aug 2014 21:59:28 +0000 (+0200) Subject: stmmac.txt: fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=924064e93970a1b45d83ac67165f0570f4649e0f;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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"; };