fix-typo-supported
authorVagrant Cascadian <vagrant@debian.org>
Tue, 28 Jun 2016 07:38:27 +0000 (07:38 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Tue, 28 Jun 2016 07:38:27 +0000 (07:38 +0000)
===================================================================

Gbp-Pq: Name fix-typo-supported

board/hisilicon/hikey/hikey.c
fs/fat/fat_write.c

index c4ae40bfb4eec974b34491b29f0426ca32dd2610..cf9c77dbc1930ec8f9c699268d3d243e04c1f012 100644 (file)
@@ -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
index 5ed324ce1a022241a9a43c1a257f7f6ab11279d3..8b1899d44e6b271391b7db7daa3dce1210bf06ed 100644 (file)
@@ -1136,7 +1136,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;
        }