All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: cqhci: fix typo
@ 2021-05-20 10:13 Yue Hu
  2021-05-24 14:10 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Hu @ 2021-05-20 10:13 UTC (permalink / raw)
  To: adrian.hunter, riteshh, asutoshd, ulf.hansson
  Cc: linux-mmc, linux-kernel, huyue2, zbestahu

From: Yue Hu <huyue2@yulong.com>

'descritors' -> 'descriptors'

Signed-off-by: Yue Hu <huyue2@yulong.com>
---
 drivers/mmc/host/cqhci-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/cqhci-core.c b/drivers/mmc/host/cqhci-core.c
index e759e3b..c237b6e 100644
--- a/drivers/mmc/host/cqhci-core.c
+++ b/drivers/mmc/host/cqhci-core.c
@@ -146,7 +146,7 @@ static void cqhci_dumpregs(struct cqhci_host *cq_host)
 }
 
 /*
- * The allocated descriptor table for task, link & transfer descritors
+ * The allocated descriptor table for task, link & transfer descriptors
  * looks like:
  * |----------|
  * |task desc |  |->|----------|
-- 
1.9.1


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

* Re: [PATCH] mmc: cqhci: fix typo
  2021-05-20 10:13 [PATCH] mmc: cqhci: fix typo Yue Hu
@ 2021-05-24 14:10 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2021-05-24 14:10 UTC (permalink / raw)
  To: Yue Hu
  Cc: Adrian Hunter, Harjani Ritesh, Asutosh Das, linux-mmc,
	Linux Kernel Mailing List, Yue Hu, zbestahu

On Thu, 20 May 2021 at 12:13, Yue Hu <zbestahu@gmail.com> wrote:
>
> From: Yue Hu <huyue2@yulong.com>
>
> 'descritors' -> 'descriptors'
>
> Signed-off-by: Yue Hu <huyue2@yulong.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/cqhci-core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/cqhci-core.c b/drivers/mmc/host/cqhci-core.c
> index e759e3b..c237b6e 100644
> --- a/drivers/mmc/host/cqhci-core.c
> +++ b/drivers/mmc/host/cqhci-core.c
> @@ -146,7 +146,7 @@ static void cqhci_dumpregs(struct cqhci_host *cq_host)
>  }
>
>  /*
> - * The allocated descriptor table for task, link & transfer descritors
> + * The allocated descriptor table for task, link & transfer descriptors
>   * looks like:
>   * |----------|
>   * |task desc |  |->|----------|
> --
> 1.9.1
>

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

end of thread, other threads:[~2021-05-24 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 10:13 [PATCH] mmc: cqhci: fix typo Yue Hu
2021-05-24 14:10 ` Ulf Hansson

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.