[U-Boot] [PATCH 0/2] Fix spelling of "comment", "supported" and "unsupported".

Vagrant Cascadian (2): Fix spelling of "comment". Fix spelling of "supported/unsupported".
board/hisilicon/hikey/hikey.c | 2 +- fs/fat/fat_write.c | 2 +- tools/env/fw_env_main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)

Signed-off-by: Vagrant Cascadian vagrant@debian.org ---
tools/env/fw_env_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/env/fw_env_main.c b/tools/env/fw_env_main.c index 4bd4216..3bec5b9 100644 --- a/tools/env/fw_env_main.c +++ b/tools/env/fw_env_main.c @@ -93,7 +93,7 @@ void usage_setenv(void) "\n" "Script Syntax:\n" " key [space] value\n" - " lines starting with '#' are treated as commment\n" + " lines starting with '#' are treated as comment\n" "\n" " A variable without value will be deleted. Any number of spaces are\n" " allowed between key and value. Space inside of the value is treated\n"

On Tue, Mar 15, 2016 at 12:11:12PM -0700, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org
Reviewed-by: Tom Rini trini@konsulko.com

On Tue, Mar 15, 2016 at 12:11:12PM -0700, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!

Signed-off-by: Vagrant Cascadian vagrant@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; }

On 15 March 2016 at 13:11, Vagrant Cascadian vagrant@debian.org wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org
board/hisilicon/hikey/hikey.c | 2 +- fs/fat/fat_write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Tue, Mar 15, 2016 at 12:11:13PM -0700, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org
Reviewed-by: Tom Rini trini@konsulko.com

On Tue, 15 Mar 2016, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org
board/hisilicon/hikey/hikey.c | 2 +- fs/fat/fat_write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Peter Griffin peter.griffin@linaro.org

On Tue, Mar 15, 2016 at 12:11:13PM -0700, Vagrant Cascadian wrote:
Signed-off-by: Vagrant Cascadian vagrant@debian.org Reviewed-by: Simon Glass sjg@chromium.org Reviewed-by: Tom Rini trini@konsulko.com Reviewed-by: Peter Griffin peter.griffin@linaro.org
Applied to u-boot/master, thanks!
participants (4)
-
Peter Griffin
-
Simon Glass
-
Tom Rini
-
Vagrant Cascadian