Skip to content
Snippets Groups Projects
Commit 0f5bf09c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: correct spelling of "invalid"

parent bed1624d
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch) ...@@ -110,7 +110,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
size = SZ_1G; size = SZ_1G;
break; break;
default: 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; return -EINVAL;
} }
...@@ -150,7 +150,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch) ...@@ -150,7 +150,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
size = SZ_1G; size = SZ_1G;
break; break;
default: 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; return -EINVAL;
} }
...@@ -182,7 +182,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch) ...@@ -182,7 +182,7 @@ static int uniphier_memconf_decode(struct uniphier_dram_ch *dram_ch)
size = SZ_1G; size = SZ_1G;
break; break;
default: 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; return -EINVAL;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment