mmc: mtk-sd: fix typo
authorFabien Parent <fparent@baylibre.com>
Mon, 30 May 2022 12:38:56 +0000 (14:38 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 12 Jul 2022 10:25:34 +0000 (12:25 +0200)
Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Miles Chen <miles.chen@mediatek.com>
Link: https://lore.kernel.org/r/20220530123857.692076-1-fparent@baylibre.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mtk-sd.c

index 9da4489..a4954b2 100644 (file)
@@ -2319,7 +2319,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;