Re: [PATCH][next] mmc: sdhci-of-esdhc: fix spelling mistake "upsupported" -> "unsupported"

From: Ulf Hansson
Date: Thu Dec 06 2018 - 05:27:58 EST


On Thu, 6 Dec 2018 at 10:24, Colin King <colin.king@xxxxxxxxxxxxx> wrote:
>
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in a pr_warn message, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied for next, thanks!

Kind regards
Uffe

> ---
> drivers/mmc/host/sdhci-of-esdhc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
> index 856e809f38b7..e21e90f81bbd 100644
> --- a/drivers/mmc/host/sdhci-of-esdhc.c
> +++ b/drivers/mmc/host/sdhci-of-esdhc.c
> @@ -597,7 +597,7 @@ static void esdhc_of_set_clock(struct sdhci_host *host, unsigned int clock)
> pre_div = 4;
> div = 3;
> } else {
> - pr_warn("%s: using upsupported clock division.\n",
> + pr_warn("%s: using unsupported clock division.\n",
> mmc_hostname(host->mmc));
> }
> }
> --
> 2.19.1
>