lkml.org 
[lkml]   [2020]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
From
Date
+ code author ernest.zhang <ernest.zhang@bayhubtech.com>

On 6/08/20 2:50 pm, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a pr_info message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> 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;
> }
>

\
 
 \ /
  Last update: 2020-08-06 19:22    [W:0.036 / U:0.936 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site