Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / Documentation / filesystems / ubifs.txt
index 12fedb7..d7b13b0 100644 (file)
@@ -82,12 +82,12 @@ Mount options
 bulk_read              read more in one go to take advantage of flash
                        media that read faster sequentially
 no_bulk_read (*)       do not bulk-read
-no_chk_data_crc                skip checking of CRCs on data nodes in order to
+no_chk_data_crc (*)    skip checking of CRCs on data nodes in order to
                        improve read performance. Use this option only
                        if the flash media is highly reliable. The effect
                        of this option is that corruption of the contents
                        of a file can go unnoticed.
-chk_data_crc (*)       do not skip checking CRCs on data nodes
+chk_data_crc           do not skip checking CRCs on data nodes
 compr=none              override default compressor and set it to "none"
 compr=lzo               override default compressor and set it to "lzo"
 compr=zlib              override default compressor and set it to "zlib"