projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be54f8f
)
mtd: nand: fix a typo in a comment line
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Wed, 9 Apr 2014 07:26:26 +0000
(16:26 +0900)
committer
Brian Norris
<computersforpeace@gmail.com>
Tue, 29 Apr 2014 19:12:21 +0000
(12:12 -0700)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nand_base.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_base.c
b/drivers/mtd/nand/nand_base.c
index b8eabde8dbdc0e02128b268ae5d2ccbd7eb7d0b3..f6c5685b79a6a9f167784bdb344583657eaf9a80 100644
(file)
--- 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 i
s
chip is ONFI compliant */
+ /* Check i
f the
chip is ONFI compliant */
if (nand_flash_detect_onfi(mtd, chip, &busw))
goto ident_done;