[PATCH] mmc: mtk-sd: fix typo

Miles Chen miles.chen at mediatek.com
Mon May 30 09:02:15 PDT 2022


>Fix a typo: Fianl -> Final.
>
>Signed-off-by: Fabien Parent <fparent at baylibre.com>

Reviewed-by: Miles Chen <miles.chen at 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





More information about the Linux-mediatek mailing list