From: Jaehoon Chung <jh80.chung@samsung.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: dw_mmc: fix spelling mistake in dev_dbg message
Date: Thu, 17 Nov 2016 10:24:20 +0900 [thread overview]
Message-ID: <360eeabd-3deb-ad52-cd41-d78e0c8b7973@samsung.com> (raw)
In-Reply-To: <20161116185501.10976-1-colin.king@canonical.com>
Hi Colin,
On 11/17/2016 03:55 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake "desciptor" to "descriptor" in
> dev_dbg message.
Applied on my dwmmc repository. Thanks!
Best Regards,
Jaehoon Chung
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/mmc/host/dw_mmc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index a16c537..9341b18 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -612,7 +612,7 @@ static inline int dw_mci_prepare_desc64(struct dw_mci *host,
> return 0;
> err_own_bit:
> /* restore the descriptor chain as it's polluted */
> - dev_dbg(host->dev, "desciptor is still owned by IDMAC.\n");
> + dev_dbg(host->dev, "descriptor is still owned by IDMAC.\n");
> memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
> dw_mci_idmac_init(host);
> return -EINVAL;
> @@ -688,7 +688,7 @@ static inline int dw_mci_prepare_desc32(struct dw_mci *host,
> return 0;
> err_own_bit:
> /* restore the descriptor chain as it's polluted */
> - dev_dbg(host->dev, "desciptor is still owned by IDMAC.\n");
> + dev_dbg(host->dev, "descriptor is still owned by IDMAC.\n");
> memset(host->sg_cpu, 0, DESC_RING_BUF_SZ);
> dw_mci_idmac_init(host);
> return -EINVAL;
>
prev parent reply other threads:[~2016-11-17 1:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161116185513epcas4p1d969894081c8dabb75a554321d1e4bed@epcas4p1.samsung.com>
2016-11-16 18:55 ` [PATCH] mmc: dw_mmc: fix spelling mistake in dev_dbg message Colin King
2016-11-17 1:24 ` Jaehoon Chung [this message]
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=360eeabd-3deb-ad52-cd41-d78e0c8b7973@samsung.com \
--to=jh80.chung@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox