aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
diff options
context:
space:
mode:
authorHayato Suzuki <hytszk@gmail.com>2014-07-02 02:15:32 -0400
committerJiri Kosina <jkosina@suse.cz>2014-08-26 03:35:51 -0400
commit24488c392067e948b3b2c6911d6e8b522931714c (patch)
tree3e716b8976a5401de76c3b458f463fd9a7131686 /Documentation/devicetree/bindings/mtd/gpmc-nand.txt
parenta71db86e86e0a1b28ffebe6b161f4a628911ebaf (diff)
Documentation: treewide: fix typos and grammar
Correct spelling typo in treewide. Signed-off-by: Hayato Suzuki <hytszk@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/gpmc-nand.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/gpmc-nand.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
index 65f4f7c43136..817fdc620f26 100644
--- a/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/gpmc-nand.txt
@@ -110,8 +110,8 @@ on various other factors also like;
110 Other factor which governs the selection of ecc-scheme is oob-size. 110 Other factor which governs the selection of ecc-scheme is oob-size.
111 Higher ECC schemes require more OOB/Spare area to store ECC syndrome, 111 Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
112 so the device should have enough free bytes available its OOB/Spare 112 so the device should have enough free bytes available its OOB/Spare
113 area to accomodate ECC for entire page. In general following expression 113 area to accommodate ECC for entire page. In general following expression
114 helps in determining if given device can accomodate ECC syndrome: 114 helps in determining if given device can accommodate ECC syndrome:
115 "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE" 115 "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
116 where 116 where
117 OOBSIZE number of bytes in OOB/spare area 117 OOBSIZE number of bytes in OOB/spare area
@@ -133,5 +133,5 @@ on various other factors also like;
133 Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and 133 Example(b): For a device with PAGESIZE = 2048 and OOBSIZE = 128 and
134 trying to use BCH16 (ECC_BYTES=26) ecc-scheme. 134 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
135 Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B 135 Number of ECC bytes per page = (2 + (2048 / 512) * 26) = 106 B
136 which can be accomodate in the OOB/Spare area of this device 136 which can be accommodated in the OOB/Spare area of this device
137 (OOBSIZE=128). So this device can use BCH16 ecc-scheme. 137 (OOBSIZE=128). So this device can use BCH16 ecc-scheme.