mmc: sdhci: Fix grammar in warning message
authorFabio Estevam <festevam@gmail.com>
Tue, 19 Nov 2019 15:55:03 +0000 (12:55 -0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 20 Nov 2019 12:43:06 +0000 (13:43 +0100)
The correct form is "did not become", so fix it accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c

index 09cdbe8..3140fe2 100644 (file)
@@ -2213,7 +2213,7 @@ int sdhci_start_signal_voltage_switch(struct mmc_host *mmc,
                if (!(ctrl & SDHCI_CTRL_VDD_180))
                        return 0;
 
-               pr_warn("%s: 3.3V regulator output did not became stable\n",
+               pr_warn("%s: 3.3V regulator output did not become stable\n",
                        mmc_hostname(mmc));
 
                return -EAGAIN;
@@ -2245,7 +2245,7 @@ int sdhci_start_signal_voltage_switch(struct mmc_host *mmc,
                if (ctrl & SDHCI_CTRL_VDD_180)
                        return 0;
 
-               pr_warn("%s: 1.8V regulator output did not became stable\n",
+               pr_warn("%s: 1.8V regulator output did not become stable\n",
                        mmc_hostname(mmc));
 
                return -EAGAIN;