aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-09 03:26:26 -0400
committerHuang Shijie <b32955@freescale.com>2014-04-29 22:10:54 -0400
commit680623410b0c85461b83c04b5b4d428c64d01f77 (patch)
treeb38730c0287171f319b95dc2e61f20f630d4480f /drivers/mtd
parentd16f413823adf7a269e337bb5fc25ae994d4bc8d (diff)
mtd: nand: fix a typo in a comment line
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 357c55d7bbbe..502c39aea635 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -3608,7 +3608,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd,
3608 3608
3609 chip->onfi_version = 0; 3609 chip->onfi_version = 0;
3610 if (!type->name || !type->pagesize) { 3610 if (!type->name || !type->pagesize) {
3611 /* Check is chip is ONFI compliant */ 3611 /* Check if the chip is ONFI compliant */
3612 if (nand_flash_detect_onfi(mtd, chip, &busw)) 3612 if (nand_flash_detect_onfi(mtd, chip, &busw))
3613 goto ident_done; 3613 goto ident_done;
3614 3614