]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mmc: sdhci-acpi: fix copy'n'paste typos in the comments
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Jan 2015 17:37:25 +0000 (19:37 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:28 +0000 (09:56 +0100)
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>
drivers/mmc/host/sdhci-acpi.c

index 637e95d196943038b6550394d1a4f80d2d71e31f..a45ed39d062c1d7a73d557cd3c62e326fbf61652 100644 (file)
@@ -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;
 }