projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c1a03
)
NFC: st95hf: fix spelling mistake "receieve" -> "receive"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 11 Sep 2019 10:38:48 +0000
(11:38 +0100)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/nfc/st95hf/core.c
b/drivers/nfc/st95hf/core.c
index e42850095892d41fbbf43dc797d28efd5a3d3537..7eda62a9e0dfa3d95616c85e3339570725b01cd8 100644
(file)
--- 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 recei
e
ve error = 0x%x\n", result);
+ "err: echo response receive error = 0x%x\n", result);
return result;
}