diff mbox series

mmc: mtk-sd: fix typo

Message ID 20220530123857.692076-1-fparent@baylibre.com (mailing list archive)
State New, archived
Headers show
Series mmc: mtk-sd: fix typo | expand

Commit Message

Fabien Parent May 30, 2022, 12:38 p.m. UTC
Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Miles Chen May 30, 2022, 4:02 p.m. UTC | #1
>Fix a typo: Fianl -> Final.
>
>Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Miles Chen <miles.chen@mediatek.com> 

>---
> drivers/mmc/host/mtk-sd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
>index 195dc897188b..c7d196f805ec 100644
>--- a/drivers/mmc/host/mtk-sd.c
>+++ b/drivers/mmc/host/mtk-sd.c
>@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
> 	else
> 		val = readl(host->base + PAD_DS_TUNE);
> 
>-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
>+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
> 
> 	return 0;
> 
>-- 
>2.36.1
Ulf Hansson June 1, 2022, 12:46 p.m. UTC | #2
On Mon, 30 May 2022 at 14:39, Fabien Parent <fparent@baylibre.com> wrote:
>
> Fix a typo: Fianl -> Final.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Queued for v5.20 on the devel branch, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/mtk-sd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 195dc897188b..c7d196f805ec 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
>         else
>                 val = readl(host->base + PAD_DS_TUNE);
>
> -       dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
> +       dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
>
>         return 0;
>
> --
> 2.36.1
>
diff mbox series

Patch

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 195dc897188b..c7d196f805ec 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -2318,7 +2318,7 @@  static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
 	else
 		val = readl(host->base + PAD_DS_TUNE);
 
-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
 
 	return 0;