]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: correct spelling of "invalid"
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 20 Feb 2017 03:09:00 +0000 (12:09 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Feb 2017 23:37:56 +0000 (08:37 +0900)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/dram_init.c

index e7afa711f58bbb4c7619939fe4dc5436e5f919fb..df0e73a941722495dc5c5f79f29f689393cc1539 100644 (file)
@@ -110,7 +110,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
                size = SZ_1G;
                break;
        default:
-               pr_err("error: invald value is set to MEMCONF ch0 size\n");
+               pr_err("error: invalid value is set to MEMCONF ch0 size\n");
                return -EINVAL;
        }
 
@@ -150,7 +150,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
                size = SZ_1G;
                break;
        default:
-               pr_err("error: invald value is set to MEMCONF ch1 size\n");
+               pr_err("error: invalid value is set to MEMCONF ch1 size\n");
                return -EINVAL;
        }
 
@@ -182,7 +182,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
                size = SZ_1G;
                break;
        default:
-               pr_err("error: invald value is set to MEMCONF ch2 size\n");
+               pr_err("error: invalid value is set to MEMCONF ch2 size\n");
                return -EINVAL;
        }