linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc: dw_mmc: fix spelling mistake in dev_dbg message
@ 2016-11-16 18:55 ` Colin King
  2016-11-17  1:24   ` Jaehoon Chung
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-11-16 18:55 UTC (permalink / raw)
  To: Jaehoon Chung, Ulf Hansson, linux-mmc; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake "desciptor" to "descriptor" in
dev_dbg message.

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;
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc: dw_mmc: fix spelling mistake in dev_dbg message
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jaehoon Chung @ 2016-11-17  1:24 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc; +Cc: linux-kernel

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;
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-17  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).