diff options
| author | Mario Six <[email protected]> | 2018-01-26 14:43:44 +0100 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2018-01-29 07:48:58 +0100 |
| commit | 9f720216b746f29606955baca9bf7211e35aaa53 (patch) | |
| tree | a0c348782f4650b79d59aecf50d630ef8ea08bf2 /drivers | |
| parent | 12d7fed9b9ea1ad6646fd4724ccffa27e043f09b (diff) | |
cfi_flash: Fix spelling of "Unknown"
"Unkown" should be spelled "Unknown".
Signed-off-by: Mario Six <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/cfi_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 53842443ebb..4c5e1568e6e 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; } |
