All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
@ 2020-08-06 11:50 ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2020-08-06 11:50 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson, linux-mmc; +Cc: kernel-janitors, linux-kernel

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",
 			mmc_hostname(host->mmc));
 		return;
 	}
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
@ 2020-08-06 11:50 ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2020-08-06 11:50 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson, linux-mmc; +Cc: kernel-janitors, linux-kernel

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",
 			mmc_hostname(host->mmc));
 		return;
 	}
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
  2020-08-06 11:50 ` Colin King
@ 2020-08-06 12:21   ` Adrian Hunter
  -1 siblings, 0 replies; 9+ messages in thread
From: Adrian Hunter @ 2020-08-06 12:21 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel, ernest.zhang

+ 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;
>  	}
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
@ 2020-08-06 12:21   ` Adrian Hunter
  0 siblings, 0 replies; 9+ messages in thread
From: Adrian Hunter @ 2020-08-06 12:21 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel, ernest.zhang

+ 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;
>  	}
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
  2020-08-06 12:21   ` Adrian Hunter
@ 2020-08-06 12:32     ` Adrian Hunter
  -1 siblings, 0 replies; 9+ messages in thread
From: Adrian Hunter @ 2020-08-06 12:32 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel, shirley her

On 6/08/20 3:21 pm, Adrian Hunter wrote:
> + code author ernest.zhang <ernest.zhang@bayhubtech.com>

That email address bounced, so instead adding

	shirley her <shirley.her@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;
>>  	}
>>
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
@ 2020-08-06 12:32     ` Adrian Hunter
  0 siblings, 0 replies; 9+ messages in thread
From: Adrian Hunter @ 2020-08-06 12:32 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc
  Cc: kernel-janitors, linux-kernel, shirley her

On 6/08/20 3:21 pm, Adrian Hunter wrote:
> + code author ernest.zhang <ernest.zhang@bayhubtech.com>

That email address bounced, so instead adding

	shirley her <shirley.her@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;
>>  	}
>>
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
  2021-09-24 22:51 [PATCH] mmc: sdhci-pci-o2micro: Fix " Colin King
  2021-09-27  5:43 ` Adrian Hunter
@ 2021-09-27 22:32 ` Ulf Hansson
  1 sibling, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2021-09-27 22:32 UTC (permalink / raw)
  To: Colin King
  Cc: Adrian Hunter, linux-mmc, kernel-janitors, Linux Kernel Mailing List

On Sat, 25 Sept 2021 at 00:51, Colin King <colin.king@canonical.com> 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>

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
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
  2021-09-24 22:51 [PATCH] mmc: sdhci-pci-o2micro: Fix " Colin King
@ 2021-09-27  5:43 ` Adrian Hunter
  2021-09-27 22:32 ` Ulf Hansson
  1 sibling, 0 replies; 9+ messages in thread
From: Adrian Hunter @ 2021-09-27  5:43 UTC (permalink / raw)
  To: Colin King, Ulf Hansson, linux-mmc; +Cc: kernel-janitors, linux-kernel

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;
>  	}
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] mmc: sdhci-pci-o2micro: Fix spelling mistake "unsupport" -> "unsupported"
@ 2021-09-24 22:51 Colin King
  2021-09-27  5:43 ` Adrian Hunter
  2021-09-27 22:32 ` Ulf Hansson
  0 siblings, 2 replies; 9+ messages in thread
From: Colin King @ 2021-09-24 22:51 UTC (permalink / raw)
  To: Adrian Hunter, Ulf Hansson, linux-mmc; +Cc: kernel-janitors, linux-kernel

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>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-27 22:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 11:50 [PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported" Colin King
2020-08-06 11:50 ` Colin King
2020-08-06 12:21 ` Adrian Hunter
2020-08-06 12:21   ` Adrian Hunter
2020-08-06 12:32   ` Adrian Hunter
2020-08-06 12:32     ` Adrian Hunter
2021-09-24 22:51 [PATCH] mmc: sdhci-pci-o2micro: Fix " Colin King
2021-09-27  5:43 ` Adrian Hunter
2021-09-27 22:32 ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.