2019-04-18 10:01:02

by Colin King

[permalink] [raw]
Subject: [PATCH] NFC: st95hf: fix spelling mistake: "receieve" -> "receive"

From: Colin Ian King <[email protected]>

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

Signed-off-by: Colin Ian King <[email protected]>
---
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


2019-04-18 10:44:42

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] NFC: st95hf: fix spelling mistake: "receieve" -> "receive"


On 4/18/2019 3:27 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a dev_error message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

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