Re: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"

From: Adrian Hunter
Date: Thu Aug 06 2020 - 13:21:24 EST


+ code author ernest.zhang <ernest.zhang@xxxxxxxxxxxxxx>

On 6/08/20 2:50 pm, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in a pr_info message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> 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 fa76748d8929..4eca8d2d0599 100644
> --- a/drivers/mmc/host/sdhci-pci-o2micro.c
> +++ b/drivers/mmc/host/sdhci-pci-o2micro.c
> @@ -469,7 +469,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",

I think the meaning is more like:

MSI is not supported, using INTx IRQ

> mmc_hostname(host->mmc));
> return;
> }
>