diff options
author | Brian Norris <computersforpeace@gmail.com> | 2012-05-11 16:30:34 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-07-06 13:17:02 -0400 |
commit | b9bc815c2c01e8cbc6fe894e3b4ff6bb4313ebcb (patch) | |
tree | 00ca219e0d97870ef22c2432b9899317dead9611 /drivers/mtd/nand/cafe_nand.c | |
parent | 9cb93fbb5e84a2749e4ad6fec5091d149323a3d4 (diff) |
mtd: cafe_nand: spelling mistake
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/cafe_nand.c')
-rw-r--r-- | drivers/mtd/nand/cafe_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/cafe_nand.c b/drivers/mtd/nand/cafe_nand.c index f3f6cfedd69e..ac0d967ee3fd 100644 --- a/drivers/mtd/nand/cafe_nand.c +++ b/drivers/mtd/nand/cafe_nand.c | |||
@@ -377,7 +377,7 @@ static int cafe_nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, | |||
377 | * @buf: buffer to store read data | 377 | * @buf: buffer to store read data |
378 | * @oob_required: caller expects OOB data read to chip->oob_poi | 378 | * @oob_required: caller expects OOB data read to chip->oob_poi |
379 | * | 379 | * |
380 | * The hw generator calculates the error syndrome automatically. Therefor | 380 | * The hw generator calculates the error syndrome automatically. Therefore |
381 | * we need a special oob layout and handling. | 381 | * we need a special oob layout and handling. |
382 | */ | 382 | */ |
383 | static int cafe_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip, | 383 | static int cafe_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip, |