All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Hunter <adrian.hunter@intel.com>
To: Colin King <colin.king@canonical.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-mmc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
Date: Thu, 23 Jun 2016 13:38:23 +0300	[thread overview]
Message-ID: <576BBC1F.3050702@intel.com> (raw)
In-Reply-To: <1466675526-3176-1-git-send-email-colin.king@canonical.com>

On 23/06/16 12:52, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake in dev_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

> ---
>  drivers/mmc/host/sdhci-msm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
> index 0653fe7..343e4bd 100644
> --- a/drivers/mmc/host/sdhci-msm.c
> +++ b/drivers/mmc/host/sdhci-msm.c
> @@ -473,7 +473,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
>  	msm_host->pclk = devm_clk_get(&pdev->dev, "iface");
>  	if (IS_ERR(msm_host->pclk)) {
>  		ret = PTR_ERR(msm_host->pclk);
> -		dev_err(&pdev->dev, "Perpheral clk setup failed (%d)\n", ret);
> +		dev_err(&pdev->dev, "Peripheral clk setup failed (%d)\n", ret);
>  		goto bus_clk_disable;
>  	}
>  
> 


  reply	other threads:[~2016-06-23 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  9:52 [PATCH] mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral" Colin King
2016-06-23 10:38 ` Adrian Hunter [this message]
2016-06-23 11:39 ` Joe Perches
2016-06-23 11:59   ` Colin Ian King
2016-06-27  9:21 ` Ulf Hansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=576BBC1F.3050702@intel.com \
    --to=adrian.hunter@intel.com \
    --cc=colin.king@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.