diff mbox series

mmc: cqhci: fix typo

Message ID 20210520101330.2255-1-zbestahu@gmail.com (mailing list archive)
State New, archived
Headers show
Series mmc: cqhci: fix typo | expand

Commit Message

Yue Hu May 20, 2021, 10:13 a.m. UTC
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(-)

Comments

Ulf Hansson May 24, 2021, 2:10 p.m. UTC | #1
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
>
diff mbox series

Patch

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