On Sat, 25 Sept 2021 at 00:51, Colin King <colin.king@xxxxxxxxxxxxx> wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a spelling mistake in a pr_info message. Fix it. Also > put msi in capital letters. > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-o2micro.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-pci-o2micro.c b/drivers/mmc/host/sdhci-pci-o2micro.c > index 51d55a87aebe..f045c1ee4667 100644 > --- a/drivers/mmc/host/sdhci-pci-o2micro.c > +++ b/drivers/mmc/host/sdhci-pci-o2micro.c > @@ -489,7 +489,7 @@ static void sdhci_pci_o2_enable_msi(struct sdhci_pci_chip *chip, > > ret = pci_find_capability(chip->pdev, PCI_CAP_ID_MSI); > if (!ret) { > - pr_info("%s: unsupport msi, use INTx irq\n", > + pr_info("%s: unsupported MSI, use INTx irq\n", > mmc_hostname(host->mmc)); > return; > } > -- > 2.32.0 >