You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Brian Norris
parent
be54f8f1c7
commit
35fc51956b
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user