diff mbox

[U-Boot] ARM: uniphier: correct spelling of "invalid"

Message ID 1487560140-19393-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 0f5bf09cf1242246346ee47bd772c84ec3701f30
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Feb. 20, 2017, 3:09 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-uniphier/dram_init.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Masahiro Yamada Feb. 22, 2017, 11:32 p.m. UTC | #1
2017-02-20 12:09 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot-uniphier.
diff mbox

Patch

diff --git a/arch/arm/mach-uniphier/dram_init.c b/arch/arm/mach-uniphier/dram_init.c
index d121a3b..1cd354e 100644
--- a/arch/arm/mach-uniphier/dram_init.c
+++ b/arch/arm/mach-uniphier/dram_init.c
@@ -117,7 +117,7 @@  static int uniphier_memconf_decode(struct uniphier_dram_map *dram_map)
 		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;
 	}
 
@@ -157,7 +157,7 @@  static int uniphier_memconf_decode(struct uniphier_dram_map *dram_map)
 		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;
 	}
 
@@ -189,7 +189,7 @@  static int uniphier_memconf_decode(struct uniphier_dram_map *dram_map)
 		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;
 	}