[U-Boot] [PATCH 2/2] Fix spelling of "supported/unsupported".
Vagrant Cascadian
vagrant at debian.org
Tue Mar 15 20:11:13 CET 2016
Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---
board/hisilicon/hikey/hikey.c | 2 +-
fs/fat/fat_write.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/hisilicon/hikey/hikey.c b/board/hisilicon/hikey/hikey.c
index c4ae40b..cf9c77d 100644
--- a/board/hisilicon/hikey/hikey.c
+++ b/board/hisilicon/hikey/hikey.c
@@ -76,7 +76,7 @@ static const struct pl01x_serial_platdata serial_platdata = {
#elif CONFIG_CONS_INDEX == 4
.base = HI6220_UART3_BASE,
#else
-#error "Unsuported console index value."
+#error "Unsupported console index value."
#endif
.type = TYPE_PL011,
.clock = 19200000
diff --git a/fs/fat/fat_write.c b/fs/fat/fat_write.c
index baa85ec..eb3a916 100644
--- a/fs/fat/fat_write.c
+++ b/fs/fat/fat_write.c
@@ -1135,7 +1135,7 @@ int file_fat_write(const char *filename, void *buffer, loff_t offset,
loff_t maxsize, loff_t *actwrite)
{
if (offset != 0) {
- printf("Error: non zero offset is currently not suported.\n");
+ printf("Error: non zero offset is currently not supported.\n");
return -1;
}
--
2.1.4
More information about the U-Boot
mailing list