From: Mario Six Date: Fri, 26 Jan 2018 13:43:44 +0000 (+0100) Subject: cfi_flash: Fix spelling of "Unknown" X-Git-Tag: v2018.03-rc1~10^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f720216b746f29606955baca9bf7211e35aaa53;p=u-boot cfi_flash: Fix spelling of "Unknown" "Unkown" should be spelled "Unknown". Signed-off-by: Mario Six Signed-off-by: Stefan Roese --- diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 53842443eb..4c5e1568e6 100644 --- 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("Unknown flash vendor %d\n", info->vendor); break; }