diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-09 03:26:26 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-29 15:12:21 -0400 |
commit | 35fc51956b53eb52f7c4c78aa6157381196cd5ce (patch) | |
tree | dad7e06d4488e88a619273e7aefe59ff08519870 /drivers/mtd | |
parent | be54f8f1c76890f4b6163715aed5a3d0a7309dc2 (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>
Diffstat (limited to 'drivers/mtd')
-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 b8eabde8dbdc..f6c5685b79a6 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
@@ -3606,7 +3606,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd, | |||
3606 | 3606 | ||
3607 | chip->onfi_version = 0; | 3607 | chip->onfi_version = 0; |
3608 | if (!type->name || !type->pagesize) { | 3608 | if (!type->name || !type->pagesize) { |
3609 | /* Check is chip is ONFI compliant */ | 3609 | /* Check if the chip is ONFI compliant */ |
3610 | if (nand_flash_detect_onfi(mtd, chip, &busw)) | 3610 | if (nand_flash_detect_onfi(mtd, chip, &busw)) |
3611 | goto ident_done; | 3611 | goto ident_done; |
3612 | 3612 | ||