On Tue, 19 Nov 2019 at 16:55, Fabio Estevam <festevam@xxxxxxxxx> wrote: > > The correct form is "did not become", so fix it accordingly. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c > index 09cdbe86d9f9..3140fe2e5dba 100644 > --- a/drivers/mmc/host/sdhci.c > +++ b/drivers/mmc/host/sdhci.c > @@ -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; > -- > 2.17.1 >