Commit 63b6c1ed authored by Artem Bityutskiy's avatar Artem Bityutskiy

UBI: fix comments

Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent 503990eb
...@@ -125,9 +125,9 @@ static int paranoid_check_all_ff(const struct ubi_device *ubi, int pnum, ...@@ -125,9 +125,9 @@ static int paranoid_check_all_ff(const struct ubi_device *ubi, int pnum,
* o %UBI_IO_BITFLIPS if all the requested data were successfully read, but * o %UBI_IO_BITFLIPS if all the requested data were successfully read, but
* correctable bit-flips were detected; this is harmless but may indicate * correctable bit-flips were detected; this is harmless but may indicate
* that this eraseblock may become bad soon (but do not have to); * that this eraseblock may become bad soon (but do not have to);
* o %-EBADMSG if the MTD subsystem reported about data data integrity * o %-EBADMSG if the MTD subsystem reported about data integrity problems, for
* problems, for example it can me an ECC error in case of NAND; this most * example it can be an ECC error in case of NAND; this most probably means
* probably means that the data is corrupted; * that the data is corrupted;
* o %-EIO if some I/O error occurred; * o %-EIO if some I/O error occurred;
* o other negative error codes in case of other errors. * o other negative error codes in case of other errors.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment