mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
ARM: uniphier: correct spelling of "invalid"
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
bed1624d0d
commit
0f5bf09cf1
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue