Skip to content

Commit

Permalink
ARM: uniphier: correct spelling of "invalid"
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
masahir0y committed Feb 22, 2017
1 parent bed1624 commit 0f5bf09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/mach-uniphier/dram_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 0f5bf09

Please sign in to comment.