diff options
author | Artem Bityutskiy <dedekind@infradead.org> | 2006-10-19 09:04:02 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 11:42:53 -0400 |
commit | d29ebdbee4c196adddf9f412e6ea1f211656744f (patch) | |
tree | 461ff153ec91cccc7e3a71cbda23707d72bffabe /drivers/mtd/nand | |
parent | a5602146c5abea7dfb0c9f4fe6f5870ebdafbc9f (diff) |
[MTD] core: trivial comments fix
Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index baece61169f4..53c66d5c8d1a 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -755,7 +755,7 @@ static int nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, | |||
755 | } | 755 | } |
756 | 756 | ||
757 | /** | 757 | /** |
758 | * nand_read_page_swecc - {REPLACABLE] software ecc based page read function | 758 | * nand_read_page_swecc - [REPLACABLE] software ecc based page read function |
759 | * @mtd: mtd info structure | 759 | * @mtd: mtd info structure |
760 | * @chip: nand chip info structure | 760 | * @chip: nand chip info structure |
761 | * @buf: buffer to store read data | 761 | * @buf: buffer to store read data |
@@ -795,7 +795,7 @@ static int nand_read_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, | |||
795 | } | 795 | } |
796 | 796 | ||
797 | /** | 797 | /** |
798 | * nand_read_page_hwecc - {REPLACABLE] hardware ecc based page read function | 798 | * nand_read_page_hwecc - [REPLACABLE] hardware ecc based page read function |
799 | * @mtd: mtd info structure | 799 | * @mtd: mtd info structure |
800 | * @chip: nand chip info structure | 800 | * @chip: nand chip info structure |
801 | * @buf: buffer to store read data | 801 | * @buf: buffer to store read data |
@@ -839,7 +839,7 @@ static int nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, | |||
839 | } | 839 | } |
840 | 840 | ||
841 | /** | 841 | /** |
842 | * nand_read_page_syndrome - {REPLACABLE] hardware ecc syndrom based page read | 842 | * nand_read_page_syndrome - [REPLACABLE] hardware ecc syndrom based page read |
843 | * @mtd: mtd info structure | 843 | * @mtd: mtd info structure |
844 | * @chip: nand chip info structure | 844 | * @chip: nand chip info structure |
845 | * @buf: buffer to store read data | 845 | * @buf: buffer to store read data |
@@ -1375,7 +1375,7 @@ static void nand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, | |||
1375 | } | 1375 | } |
1376 | 1376 | ||
1377 | /** | 1377 | /** |
1378 | * nand_write_page_swecc - {REPLACABLE] software ecc based page write function | 1378 | * nand_write_page_swecc - [REPLACABLE] software ecc based page write function |
1379 | * @mtd: mtd info structure | 1379 | * @mtd: mtd info structure |
1380 | * @chip: nand chip info structure | 1380 | * @chip: nand chip info structure |
1381 | * @buf: data buffer | 1381 | * @buf: data buffer |
@@ -1401,7 +1401,7 @@ static void nand_write_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, | |||
1401 | } | 1401 | } |
1402 | 1402 | ||
1403 | /** | 1403 | /** |
1404 | * nand_write_page_hwecc - {REPLACABLE] hardware ecc based page write function | 1404 | * nand_write_page_hwecc - [REPLACABLE] hardware ecc based page write function |
1405 | * @mtd: mtd info structure | 1405 | * @mtd: mtd info structure |
1406 | * @chip: nand chip info structure | 1406 | * @chip: nand chip info structure |
1407 | * @buf: data buffer | 1407 | * @buf: data buffer |
@@ -1429,7 +1429,7 @@ static void nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, | |||
1429 | } | 1429 | } |
1430 | 1430 | ||
1431 | /** | 1431 | /** |
1432 | * nand_write_page_syndrome - {REPLACABLE] hardware ecc syndrom based page write | 1432 | * nand_write_page_syndrome - [REPLACABLE] hardware ecc syndrom based page write |
1433 | * @mtd: mtd info structure | 1433 | * @mtd: mtd info structure |
1434 | * @chip: nand chip info structure | 1434 | * @chip: nand chip info structure |
1435 | * @buf: data buffer | 1435 | * @buf: data buffer |