diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 07:16:14 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 07:16:14 -0500 |
commit | bf6c973440f2a21ab168fb34d3b4db2590bcd72a (patch) | |
tree | ad05eab4b40764445399b5c260db640ce02af938 | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 (diff) | |
download | blackbird-op-linux-bf6c973440f2a21ab168fb34d3b4db2590bcd72a.tar.gz blackbird-op-linux-bf6c973440f2a21ab168fb34d3b4db2590bcd72a.zip |
of: fix a few typos in the binding documentation
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
[rob herring: drop conflicting atmel-nand.txt changes]
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r-- | Documentation/devicetree/bindings/mtd/partition.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt index f114ce1657c2..6e1f61f1e789 100644 --- a/Documentation/devicetree/bindings/mtd/partition.txt +++ b/Documentation/devicetree/bindings/mtd/partition.txt @@ -35,4 +35,4 @@ flash@0 { uimage@100000 { reg = <0x0100000 0x200000>; }; -]; +}; |