diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 14:16:14 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-07-06 14:16:14 +0200 |
commit | bf6c973440f2a21ab168fb34d3b4db2590bcd72a (patch) | |
tree | ad05eab4b40764445399b5c260db640ce02af938 /Documentation/devicetree/bindings/mtd/partition.txt | |
parent | Linux 3.5-rc5 (diff) | |
download | linux-bf6c973440f2a21ab168fb34d3b4db2590bcd72a.tar.xz 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>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/partition.txt')
-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>; }; -]; +}; |