From: Adrian Hunter <adrian.hunter@intel.com>
To: Colin King <colin.king@canonical.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
linux-mmc@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
Date: Mon, 27 Sep 2021 08:43:20 +0300 [thread overview]
Message-ID: <465f02b9-3fcf-b606-6dd9-67d133290578@intel.com> (raw)
In-Reply-To: <20210924225111.143112-1-colin.king@canonical.com>
On 25/09/21 1:51 am, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> 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@canonical.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.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 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;
> }
>
next prev parent reply other threads:[~2021-09-27 5:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-24 22:51 [PATCH] mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported" Colin King
2021-09-27 5:43 ` Adrian Hunter [this message]
2021-09-27 22:32 ` Ulf Hansson
-- strict thread matches above, loose matches on Subject: below --
2020-08-06 11:50 [PATCH] mmc: sdhci-pci-o2micro: fix " Colin King
2020-08-06 12:21 ` Adrian Hunter
2020-08-06 12:32 ` Adrian Hunter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=465f02b9-3fcf-b606-6dd9-67d133290578@intel.com \
--to=adrian.hunter@intel.com \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox