projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d7fed
)
cfi_flash: Fix spelling of "Unknown"
author
Mario Six
<mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:44 +0000
(14:43 +0100)
committer
Stefan Roese
<sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000
(07:48 +0100)
"Unkown" should be spelled "Unknown".
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/cfi_flash.c
b/drivers/mtd/cfi_flash.c
index 53842443ebb470a100b4ca610971fa8cf0fd07bb..4c5e1568e6e79bfb13543d93af62647948a51ceb 100644
(file)
--- a/
drivers/mtd/cfi_flash.c
+++ b/
drivers/mtd/cfi_flash.c
@@
-1140,7
+1140,7
@@
int flash_erase(flash_info_t *info, int s_first, int s_last)
break;
#endif
default:
- debug("Unkown flash vendor %d\n",
+ debug("Unk
n
own flash vendor %d\n",
info->vendor);
break;
}