OSDN Git Service

NFC: st95hf: fix spelling mistake "receieve" -> "receive"
authorColin Ian King <colin.king@canonical.com>
Wed, 11 Sep 2019 10:38:48 +0000 (11:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2019 14:07:07 +0000 (15:07 +0100)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/st95hf/core.c

index e428500..7eda62a 100644 (file)
@@ -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;
        }