Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Brian Norris
35fc5195 be54f8f1

+1 -1
+1 -1
drivers/mtd/nand/nand_base.c
··· 3606 3606 3607 3607 chip->onfi_version = 0; 3608 3608 if (!type->name || !type->pagesize) { 3609 - /* Check is chip is ONFI compliant */ 3609 + /* Check if the chip is ONFI compliant */ 3610 3610 if (nand_flash_detect_onfi(mtd, chip, &busw)) 3611 3611 goto ident_done; 3612 3612