Skip to content

Commit f0c88b0

Browse files
Fabostorulf
authored andcommitted
mmc: mtk-sd: fix typo
Fix a typo: Fianl -> Final. Signed-off-by: Fabien Parent <[email protected]> Reviewed-by: Miles Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 7dc65e3 commit f0c88b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mmc/host/mtk-sd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
23192319
else
23202320
val = readl(host->base + PAD_DS_TUNE);
23212321

2322-
dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
2322+
dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
23232323

23242324
return 0;
23252325

0 commit comments

Comments
 (0)