Commit 7da0fffb authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Brian Norris

mtd: fix typos in ooblayout comment blocks

- "This functions return ..." -> "This function returns ..."
 - "I you want ..." -> "If you want ..."
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 906b2684
...@@ -1128,7 +1128,7 @@ EXPORT_SYMBOL_GPL(mtd_write_oob); ...@@ -1128,7 +1128,7 @@ EXPORT_SYMBOL_GPL(mtd_write_oob);
* @oobecc: OOB region struct filled with the appropriate ECC position * @oobecc: OOB region struct filled with the appropriate ECC position
* information * information
* *
* This functions return ECC section information in the OOB area. I you want * This function returns ECC section information in the OOB area. If you want
* to get all the ECC bytes information, then you should call * to get all the ECC bytes information, then you should call
* mtd_ooblayout_ecc(mtd, section++, oobecc) until it returns -ERANGE. * mtd_ooblayout_ecc(mtd, section++, oobecc) until it returns -ERANGE.
* *
...@@ -1160,7 +1160,7 @@ EXPORT_SYMBOL_GPL(mtd_ooblayout_ecc); ...@@ -1160,7 +1160,7 @@ EXPORT_SYMBOL_GPL(mtd_ooblayout_ecc);
* @oobfree: OOB region struct filled with the appropriate free position * @oobfree: OOB region struct filled with the appropriate free position
* information * information
* *
* This functions return free bytes position in the OOB area. I you want * This function returns free bytes position in the OOB area. If you want
* to get all the free bytes information, then you should call * to get all the free bytes information, then you should call
* mtd_ooblayout_free(mtd, section++, oobfree) until it returns -ERANGE. * mtd_ooblayout_free(mtd, section++, oobfree) until it returns -ERANGE.
* *
...@@ -1190,7 +1190,7 @@ EXPORT_SYMBOL_GPL(mtd_ooblayout_free); ...@@ -1190,7 +1190,7 @@ EXPORT_SYMBOL_GPL(mtd_ooblayout_free);
* @iter: iterator function. Should be either mtd_ooblayout_free or * @iter: iterator function. Should be either mtd_ooblayout_free or
* mtd_ooblayout_ecc depending on the region type you're searching for * mtd_ooblayout_ecc depending on the region type you're searching for
* *
* This functions returns the section id and oobregion information of a * This function returns the section id and oobregion information of a
* specific byte. For example, say you want to know where the 4th ECC byte is * specific byte. For example, say you want to know where the 4th ECC byte is
* stored, you'll use: * stored, you'll use:
* *
......
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