From patchwork Fri May 11 20:30:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] mtd: cafe_nand: spelling mistake X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 158592 Message-Id: <1336768235-12658-2-git-send-email-computersforpeace@gmail.com> To: Artem Bityutskiy Cc: Brian Norris , linux-mtd@lists.infradead.org Date: Fri, 11 May 2012 13:30:34 -0700 From: Brian Norris List-Id: Linux MTD discussion mailing list Signed-off-by: Brian Norris --- 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 41371ba..f3594a6 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, * @buf: buffer to store read data * @oob_required: caller expects OOB data read to chip->oob_poi * - * The hw generator calculates the error syndrome automatically. Therefor + * The hw generator calculates the error syndrome automatically. Therefore * we need a special oob layout and handling. */ static int cafe_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip,