aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/stmmac.txt
diff options
context:
space:
mode:
authorPavel Machek <pavel@denx.de>2014-08-18 23:59:28 +0200
committerJiri Kosina <jkosina@suse.cz>2014-08-26 09:35:52 +0200
commit924064e93970a1b45d83ac67165f0570f4649e0f (patch)
tree2d24de03b250c4294b4f4efcb57638b04ad7efd1 /Documentation/devicetree/bindings/net/stmmac.txt
parentDocumentation: treewide: fix typos and grammar (diff)
downloadlinux-dev-924064e93970a1b45d83ac67165f0570f4649e0f.tar.xz
linux-dev-924064e93970a1b45d83ac67165f0570f4649e0f.zip
stmmac.txt: fix typo
Fix typo in devicetree example. Signed-off-by: Pavel Machek <pavel@denx.de> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/net/stmmac.txt')
-rw-r--r--Documentation/devicetree/bindings/net/stmmac.txt2
1 files changed, 1 insertions, 1 deletions
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";
};