2021-05-20 11:57:54

by Yue Hu

[permalink] [raw]
Subject: [PATCH] mmc: cqhci: fix typo

From: Yue Hu <[email protected]>

'descritors' -> 'descriptors'

Signed-off-by: Yue Hu <[email protected]>
---
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


2021-05-24 14:15:14

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH] mmc: cqhci: fix typo

On Thu, 20 May 2021 at 12:13, Yue Hu <[email protected]> wrote:
>
> From: Yue Hu <[email protected]>
>
> 'descritors' -> 'descriptors'
>
> Signed-off-by: Yue Hu <[email protected]>

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
>