diff options
author | Brian Norris <computersforpeace@gmail.com> | 2015-02-28 05:04:18 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-03-24 17:21:27 -0400 |
commit | 73c8aaf43629e83541332f66fd08699e20ea87bc (patch) | |
tree | 35694907a82ffbeec491f85b0f4d2e322add38d5 | |
parent | 0542e135fa8c56cd03c02d74089750ae9195eb22 (diff) |
mtd: nand: fix spelling of REPLACEABLE
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r-- | drivers/mtd/nand/nand_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index d4cec2f8a016..ff5652211607 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -2124,7 +2124,7 @@ static int nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, | |||
2124 | 2124 | ||
2125 | 2125 | ||
2126 | /** | 2126 | /** |
2127 | * nand_write_subpage_hwecc - [REPLACABLE] hardware ECC based subpage write | 2127 | * nand_write_subpage_hwecc - [REPLACEABLE] hardware ECC based subpage write |
2128 | * @mtd: mtd info structure | 2128 | * @mtd: mtd info structure |
2129 | * @chip: nand chip info structure | 2129 | * @chip: nand chip info structure |
2130 | * @offset: column address of subpage within the page | 2130 | * @offset: column address of subpage within the page |