Skip to content

Commit 63b6c1e

Browse files
Artem BityutskiyArtem Bityutskiy
authored andcommitted
UBI: fix comments
Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent 503990e commit 63b6c1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/mtd/ubi/io.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ static int paranoid_check_all_ff(const struct ubi_device *ubi, int pnum,
125125
* o %UBI_IO_BITFLIPS if all the requested data were successfully read, but
126126
* correctable bit-flips were detected; this is harmless but may indicate
127127
* that this eraseblock may become bad soon (but do not have to);
128-
* o %-EBADMSG if the MTD subsystem reported about data data integrity
129-
* problems, for example it can me an ECC error in case of NAND; this most
130-
* probably means that the data is corrupted;
128+
* o %-EBADMSG if the MTD subsystem reported about data integrity problems, for
129+
* example it can be an ECC error in case of NAND; this most probably means
130+
* that the data is corrupted;
131131
* o %-EIO if some I/O error occurred;
132132
* o other negative error codes in case of other errors.
133133
*/

0 commit comments

Comments
 (0)