linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] NFC: st95hf: fix spelling mistake "receieve" -> "receive"
@ 2019-09-11 10:38 Colin King
  2019-09-11 14:07 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Colin King @ 2019-09-11 10:38 UTC (permalink / raw)
  To: David S . Miller, Greg Kroah-Hartman, netdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/nfc/st95hf/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index 6034c5bf49d9..ce38782ebf80 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -316,7 +316,7 @@ static int st95hf_echo_command(struct st95hf_context *st95context)
 					  &echo_response);
 	if (result) {
 		dev_err(&st95context->spicontext.spidev->dev,
-			"err: echo response receieve error = 0x%x\n", result);
+			"err: echo response receive error = 0x%x\n", result);
 		return result;
 	}
 
-- 
2.20.1


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

* Re: [PATCH] NFC: st95hf: fix spelling mistake "receieve" -> "receive"
  2019-09-11 10:38 [PATCH] NFC: st95hf: fix spelling mistake "receieve" -> "receive" Colin King
@ 2019-09-11 14:07 ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2019-09-11 14:07 UTC (permalink / raw)
  To: colin.king; +Cc: gregkh, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 11 Sep 2019 11:38:48 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

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

* Re: [PATCH] NFC: st95hf: fix spelling mistake: "receieve" -> "receive"
  2019-04-18  9:57 [PATCH] NFC: st95hf: fix spelling mistake: " Colin King
@ 2019-04-18 10:42 ` Mukesh Ojha
  0 siblings, 0 replies; 5+ messages in thread
From: Mukesh Ojha @ 2019-04-18 10:42 UTC (permalink / raw)
  To: Colin King, Samuel Ortiz, Daniel Mack, linux-wireless
  Cc: kernel-janitors, linux-kernel


On 4/18/2019 3:27 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in a dev_error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   drivers/nfc/st95hf/core.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
> index a50a95cfcfd8..d72d48243141 100644
> --- a/drivers/nfc/st95hf/core.c
> +++ b/drivers/nfc/st95hf/core.c
> @@ -327,7 +327,7 @@ static int st95hf_echo_command(struct st95hf_context *st95context)
>   					  &echo_response);
>   	if (result) {
>   		dev_err(&st95context->spicontext.spidev->dev,
> -			"err: echo response receieve error = 0x%x\n", result);
> +			"err: echo response receive error = 0x%x\n", result);
>   		return result;
>   	}
>   

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

* [PATCH] NFC: st95hf: fix spelling mistake: "receieve" -> "receive"
@ 2019-04-18  9:57 Colin King
  2019-04-18 10:42 ` Mukesh Ojha
  0 siblings, 1 reply; 5+ messages in thread
From: Colin King @ 2019-04-18  9:57 UTC (permalink / raw)
  To: Samuel Ortiz, Daniel Mack, linux-wireless; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/nfc/st95hf/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index a50a95cfcfd8..d72d48243141 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -327,7 +327,7 @@ static int st95hf_echo_command(struct st95hf_context *st95context)
 					  &echo_response);
 	if (result) {
 		dev_err(&st95context->spicontext.spidev->dev,
-			"err: echo response receieve error = 0x%x\n", result);
+			"err: echo response receive error = 0x%x\n", result);
 		return result;
 	}
 
-- 
2.20.1


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

* [PATCH] NFC: st95hf: fix spelling mistake "receieve" -> "receive"
@ 2018-09-29 11:03 Colin King
  0 siblings, 0 replies; 5+ messages in thread
From: Colin King @ 2018-09-29 11:03 UTC (permalink / raw)
  To: Samuel Ortiz, Daniel Mack, linux-wireless; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/nfc/st95hf/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index a50a95cfcfd8..d72d48243141 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -327,7 +327,7 @@ static int st95hf_echo_command(struct st95hf_context *st95context)
 					  &echo_response);
 	if (result) {
 		dev_err(&st95context->spicontext.spidev->dev,
-			"err: echo response receieve error = 0x%x\n", result);
+			"err: echo response receive error = 0x%x\n", result);
 		return result;
 	}
 
-- 
2.17.1


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

end of thread, other threads:[~2019-09-11 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 10:38 [PATCH] NFC: st95hf: fix spelling mistake "receieve" -> "receive" Colin King
2019-09-11 14:07 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2019-04-18  9:57 [PATCH] NFC: st95hf: fix spelling mistake: " Colin King
2019-04-18 10:42 ` Mukesh Ojha
2018-09-29 11:03 [PATCH] NFC: st95hf: fix spelling mistake " Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).