projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cdda9
)
mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 24 Sep 2021 22:51:11 +0000
(23:51 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 12 Oct 2021 08:21:19 +0000
(10:21 +0200)
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>
Link:
https://lore.kernel.org/r/20210924225111.143112-1-colin.king@canonical.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-pci-o2micro.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-pci-o2micro.c
b/drivers/mmc/host/sdhci-pci-o2micro.c
index 51d55a87aebeff42a192c6b446b81ea8a1786e2f..f045c1ee4667a9df8018d276efd2f5a7c7b7e96d 100644
(file)
--- 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: unsupport
ed MSI
, use INTx irq\n",
mmc_hostname(host->mmc));
return;
}