ARM: uniphier: correct spelling of "invalid"

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2017-02-20 12:09:00 +09:00
parent bed1624d0d
commit 0f5bf09cf1
1 changed files with 3 additions and 3 deletions

View 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;
}