mtd: nand: fix a typo in a comment line

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jun 10 23:59:05 PDT 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=35fc51956b53eb52f7c4c78aa6157381196cd5ce
Commit:     35fc51956b53eb52f7c4c78aa6157381196cd5ce
Parent:     be54f8f1c76890f4b6163715aed5a3d0a7309dc2
Author:     Masahiro Yamada <yamada.m at jp.panasonic.com>
AuthorDate: Wed Apr 9 16:26:26 2014 +0900
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Tue Apr 29 12:12:21 2014 -0700

    mtd: nand: fix a typo in a comment line
    
    Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/nand_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index b8eabde..f6c5685 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,
 
 	chip->onfi_version = 0;
 	if (!type->name || !type->pagesize) {
-		/* Check is chip is ONFI compliant */
+		/* Check if the chip is ONFI compliant */
 		if (nand_flash_detect_onfi(mtd, chip, &busw))
 			goto ident_done;
 



More information about the linux-mtd-cvs mailing list