* [PATCH v1] sdhci-acpi: fix copy'n'paste typos in the comments
@ 2015-01-12 17:37 Andy Shevchenko
2015-01-13 8:34 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2015-01-12 17:37 UTC (permalink / raw)
To: Ulf Hansson, Adrian Hunter, linux-mmc; +Cc: Andy Shevchenko
Just fix the comments, no functional changes.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/mmc/host/sdhci-acpi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
index dffd2c2..b11a3cb 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;
}
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] sdhci-acpi: fix copy'n'paste typos in the comments
2015-01-12 17:37 [PATCH v1] sdhci-acpi: fix copy'n'paste typos in the comments Andy Shevchenko
@ 2015-01-13 8:34 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2015-01-13 8:34 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Adrian Hunter, linux-mmc
On 12 January 2015 at 18:37, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> Just fix the comments, no functional changes.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Thanks! Applied for next.
Kind regards
Uffe
> ---
> drivers/mmc/host/sdhci-acpi.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
> index dffd2c2..b11a3cb 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;
> }
> --
> 2.1.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-13 8:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 17:37 [PATCH v1] sdhci-acpi: fix copy'n'paste typos in the comments Andy Shevchenko
2015-01-13 8:34 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox