Prechádzať zdrojové kódy

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>
Masahiro Yamada 11 rokov pred
rodič
commit
35fc51956b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      drivers/mtd/nand/nand_base.c

+ 1 - 1
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;
 	chip->onfi_version = 0;
 	if (!type->name || !type->pagesize) {
 	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))
 		if (nand_flash_detect_onfi(mtd, chip, &busw))
 			goto ident_done;
 			goto ident_done;