mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
mmc: sdhci-acpi: fix copy'n'paste typos in the comments
Just fix the comments, no functional changes. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
dc0ecfef29
commit
94203042cd
@ -158,7 +158,7 @@ static int sdhci_acpi_emmc_probe_slot(struct platform_device *pdev,
|
||||
|
||||
host = c->host;
|
||||
|
||||
/* Platform specific code during emmc proble slot goes here */
|
||||
/* Platform specific code during emmc probe slot goes here */
|
||||
|
||||
if (hid && uid && !strcmp(hid, "80860F14") && !strcmp(uid, "1") &&
|
||||
sdhci_readl(host, SDHCI_CAPABILITIES) == 0x446cc8b2 &&
|
||||
@ -179,7 +179,7 @@ static int sdhci_acpi_sdio_probe_slot(struct platform_device *pdev,
|
||||
|
||||
host = c->host;
|
||||
|
||||
/* Platform specific code during emmc proble slot goes here */
|
||||
/* Platform specific code during sdio probe slot goes here */
|
||||
|
||||
return 0;
|
||||
}
|
||||
@ -195,7 +195,7 @@ static int sdhci_acpi_sd_probe_slot(struct platform_device *pdev,
|
||||
|
||||
host = c->host;
|
||||
|
||||
/* Platform specific code during emmc proble slot goes here */
|
||||
/* Platform specific code during sd probe slot goes here */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user