diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-01-12 19:37:25 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-01-19 09:56:28 +0100 |
commit | 94203042cd7b175b3d5cc576a19b339f6164f0c7 (patch) | |
tree | 0caf61dbcfb1c25a418e8aad56d408158dbfed70 /drivers/mmc/host/sdhci-acpi.c | |
parent | dc0ecfef29c60d3765f8e7991b3a4527733238b1 (diff) | |
download | linux-stable-94203042cd7b175b3d5cc576a19b339f6164f0c7.tar.gz linux-stable-94203042cd7b175b3d5cc576a19b339f6164f0c7.tar.bz2 linux-stable-94203042cd7b175b3d5cc576a19b339f6164f0c7.zip |
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>
Diffstat (limited to 'drivers/mmc/host/sdhci-acpi.c')
-rw-r--r-- | drivers/mmc/host/sdhci-acpi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 637e95d19694..a45ed39d062c 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++ b/drivers/mmc/host/sdhci-acpi.c @@ -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; } |