Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / mtd / gpmc-nand.txt
index 44919d4..c459f16 100644 (file)
@@ -122,7 +122,7 @@ on various other factors also like;
        so the device should have enough free bytes available its OOB/Spare
        area to accommodate ECC for entire page. In general following expression
        helps in determining if given device can accommodate ECC syndrome:
-       "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
+       "2 + (PAGESIZE / 512) * ECC_BYTES" <= OOBSIZE"
        where
                OOBSIZE         number of bytes in OOB/spare area
                PAGESIZE        number of bytes in main-area of device page